Skip to content

Commit c081519

Browse files
authored
Update tests.yml
1 parent 6eed17f commit c081519

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,8 @@ jobs:
3535
coverage xml
3636
coverage report
3737
38-
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v4
38+
- name: Upload coverage reports to Codecov
39+
uses: codecov/codecov-action@v5
4040
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 }}
41+
token: ${{ secrets.CODECOV_TOKEN }}
42+
slug: scigem/PynamiX

0 commit comments

Comments
 (0)