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 955876d commit 60fece7Copy full SHA for 60fece7
.github/workflows/coverage.yml
@@ -74,5 +74,7 @@ jobs:
74
if: ${{ success() }} && github.event_name == 'pull_request' # only if tests were successful, and a PR
75
with:
76
thresholdAll: 0.8 # we want at least 80% coverage for the package, fail if not
77
+ thresholdNew: 0.6 # we want at least 80% coverage for the new code, fail if not
78
+ thresholdModified: 0.6 # we want at least 60% coverage for the modified code, fail if not
79
coverageFile: coverage.xml # default when using '--cov-report xml' option above
80
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments