Skip to content

Commit

Permalink
modifying test coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreheny committed Mar 5, 2025
1 parent 22d156d commit d65dd57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:

- uses: codecov/codecov-action@v5
with:
# Fail if error if not on PR, or if on PR and token is given
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
file: ./cobertura.xml
plugin: noop
files: ./cobertura.xml
plugins: noop
slug: pbreheny/plmmr
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d65dd57

Please sign in to comment.