Skip to content

Commit

Permalink
Fix python-unittest.yaml (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
yikaiMeta committed Aug 27, 2024
1 parent 69129eb commit 5491db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run tests
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
Expand Down

0 comments on commit 5491db5

Please sign in to comment.