Skip to content

Commit 970f821

Browse files
committed
Config codecov
1 parent fc0e5e0 commit 970f821

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ jobs:
5353
run: |
5454
pytest --cov --cov-report=xml:coverage.xml
5555
56-
- name: Upload coverage
57-
uses: codecov/codecov-action@v3
56+
- name: Upload coverage reports to Codecov
57+
uses: codecov/codecov-action@v4.0.1
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
60+
slug: geometric-intelligence/neurometry
6061
file: coverage.xml
6162
fail_ci_if_error: false

0 commit comments

Comments
 (0)