Skip to content

Commit

Permalink
Update codecov in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvorobets authored Jul 31, 2024
1 parent a221148 commit b83585e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
environment-file: requirements.yml
- run: pytest --cov=entropy_pooling --cov-fail-under=100 --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b83585e

Please sign in to comment.