Skip to content

Commit

Permalink
ci: do not upload coverage on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Jul 12, 2023
1 parent 9440a16 commit 72ce89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pip install -e ./[tests]
pytest
- uses: codecov/codecov-action@v2
if: github.ref == 'refs/heads/master'
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 72ce89d

Please sign in to comment.