We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70e255 commit 2efdbadCopy full SHA for 2efdbad
.github/workflows/test-coverage.yaml
@@ -44,7 +44,7 @@ jobs:
44
# Fail if error if not on PR, or if on PR and token is given
45
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
46
file: ./cobertura.xml
47
- plugin: noop
+ plugins: noop
48
disable_search: true
49
token: ${{ secrets.CODECOV_TOKEN }}
50
0 commit comments