Skip to content

Commit

Permalink
bump codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Dec 18, 2024
1 parent 20c8e71 commit b0485e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- name: Test with tox
run: |
tox --parallel 0
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
disable_search: true

0 comments on commit b0485e9

Please sign in to comment.