We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7958c67 commit 20476e2Copy full SHA for 20476e2
1 file changed
.github/workflows/ci-rust.yml
@@ -56,7 +56,9 @@ jobs:
56
diff: true
57
diff-branch: main
58
diff-storage: _xml_coverage_reports
59
- uncovered-statements-increase-failure: true
+ # Allow new files with minor uncovered closure/async gaps; still enforce
60
+ # coverage-rate and new-uncovered-statements
61
+ uncovered-statements-increase-failure: false
62
new-uncovered-statements-failure: true
63
coverage-rate-reduction-failure: true
64
togglable-report: true
0 commit comments