Skip to content

Commit

Permalink
add codecov token, update codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Apr 9, 2024
1 parent 787aaa5 commit 37b73db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
pip install pytest-cov
pytest --cov=naturf/ --cov-report=xml
- 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
fail_ci_if_error: true

0 comments on commit 37b73db

Please sign in to comment.