Skip to content

Commit

Permalink
ci: upgrade Codecov action (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed May 19, 2024
1 parent 17bcf11 commit 1e80843
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
run: |
coverage run --source foca -m pytest -W ignore::DeprecationWarning
coverage xml
- name: Submit Report to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: test_unit
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 1e80843

Please sign in to comment.