Skip to content

Commit

Permalink
Updated Codecov version.
Browse files Browse the repository at this point in the history
  • Loading branch information
umarbutler committed Jun 12, 2024
1 parent 094877b commit 263c57f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
pytest --cov=terge --cov-report=xml
- name: Use Codecov to track coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.1
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 263c57f

Please sign in to comment.