Skip to content

Commit

Permalink
bump codecov action version (#11)
Browse files Browse the repository at this point in the history
* bump codecov action version

* codecov token addition

---------

Co-authored-by: tjlane <[email protected]>
  • Loading branch information
tjlane and tjlane authored Aug 27, 2024
1 parent 1b77c00 commit f41e373
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
pytest test/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true

0 comments on commit f41e373

Please sign in to comment.