Skip to content

Commit

Permalink
Bump to Codecov action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Feb 9, 2024
1 parent 6cfb535 commit ee5c99f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ jobs:
coverage report
coverage xml
- name: Report coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: coverage.xml
fail_ci_if_error: true
name: codecov-py${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit ee5c99f

Please sign in to comment.