There was an error while loading. Please reload this page.
1 parent 6eed17f commit c081519Copy full SHA for c081519
1 file changed
.github/workflows/tests.yml
@@ -35,12 +35,8 @@ jobs:
35
coverage xml
36
coverage report
37
38
- - name: Upload coverage to Codecov
39
- uses: codecov/codecov-action@v4
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
40
with:
41
- file: ./coverage.xml
42
- flags: unittests
43
- name: codecov-umbrella
44
- fail_ci_if_error: false
45
- env:
46
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
+ slug: scigem/PynamiX
0 commit comments