Skip to content

Commit

Permalink
update codecov to v4 and use upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
shinoi2 committed Apr 15, 2024
1 parent dea545e commit 9d6b66d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Test with tox
run: tox
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml

0 comments on commit 9d6b66d

Please sign in to comment.