Skip to content

Commit 27f7fe6

Browse files
trying Codecov
1 parent 148ea20 commit 27f7fe6

2 files changed

Lines changed: 1056 additions & 1114 deletions

File tree

.github/workflows/joss_tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ jobs:
7575
# This re-runs the tests, but captures which lines were hit.
7676
pytest --cov=. --cov-report=xml tests/
7777
78-
- name: Upload Coverage to Codecov
79-
uses: codecov/codecov-action@v3
78+
- name: Upload coverage reports to Codecov
79+
uses: codecov/codecov-action@v5
8080
with:
81-
token: ${{ secrets.CODECOV_TOKEN }} # Optional for public repos, but good to have
82-
files: ./coverage.xml
83-
fail_ci_if_error: false
81+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)