We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224cd04 commit c6eff9cCopy full SHA for c6eff9c
.github/workflows/covr/action.yml
@@ -23,8 +23,8 @@ runs:
23
24
- uses: codecov/codecov-action@v5
25
with:
26
- # Fail if error if not on PR, or if on PR and token is given
27
- fail_ci_if_error: ${{ github.event_name != 'pull_request' || inputs.token }}
+ # Fail if token is given
+ fail_ci_if_error: ${{ inputs.token != '' }}
28
files: ./cobertura.xml
29
plugins: noop
30
disable_search: true
0 commit comments