Skip to content

Commit

Permalink
chore: Bump codecov action, add token
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Nov 25, 2024
1 parent 29a7647 commit 1823ce6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- run: pip install -e '.[test]'
- run: coverage run -m pytest
- run: coverage report -m && coverage xml
- name: Report coverage
uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
if: '!github.event.schedule'
with:
file: coverage.xml
fail_ci_if_error: true
files: coverage.xml
name: codecov-py${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 1823ce6

Please sign in to comment.