Skip to content

Commit

Permalink
Update .github/workflows/python-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Sep 30, 2024
1 parent a98bd89 commit 0815fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
pytest --cov=. --cov-report=xml --cov-append -k "update_version"
- name: Upload coverage to CodeCov
if: github.ref == 'refs/heads/master' # only run when on master
if: steps.changed-files-specific.outputs.only_modified == 'false' # Run on any non-docs change
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 0815fc8

Please sign in to comment.