Skip to content

Commit

Permalink
ci: update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Apr 25, 2024
1 parent e7daea3 commit c2c6602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install -e ./[dev]
- run: pytest
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
if: github.ref == 'refs/heads/master'
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

deploy:
needs: tests
Expand Down

0 comments on commit c2c6602

Please sign in to comment.