Skip to content

Commit

Permalink
fix code coverage (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
RexWzh authored Jun 24, 2024
1 parent c0a234f commit 731934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install coverage
coverage run -m pytest tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down

0 comments on commit 731934b

Please sign in to comment.