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 095a09e commit 46dec52Copy full SHA for 46dec52
.github/workflows/test-coverage.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- uses: codecov/codecov-action@v5
42
with:
43
- # Fail if error if not on PR, or if on PR and token is given
+ # Fail if error if not on PR, or if on PR and token is given--dependabot is treated like fork
44
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
45
files: ./cobertura.xml
46
plugins: noop
0 commit comments