Skip to content

Commit

Permalink
ci: update codecov action version (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black authored Oct 5, 2023
1 parent 5f94f1b commit b69ec80
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 @@ -53,7 +53,7 @@ jobs:
- name: Run tests
run: python -m pytest --python --cpp --cov-report=xml tests/
- name: Upload coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: coverage.xml
Expand Down

0 comments on commit b69ec80

Please sign in to comment.