Skip to content

Commit

Permalink
chore: Bump codecov action (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Nov 28, 2024
1 parent 6503961 commit c61f09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
- run: |
coverage report
coverage xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: '!github.event.schedule'
with:
file: coverage.xml
files: coverage.xml
fail_ci_if_error: false
name: codecov-py${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit c61f09e

Please sign in to comment.