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 ae34bb7 commit 5232220Copy full SHA for 5232220
.github/workflows/ci.yml
@@ -207,7 +207,8 @@ jobs:
207
hide_complexity: true
208
indicators: true
209
output: both # console, file or both
210
- thresholds: '96 98'
+ # Note: it appears fail below min is one off, use fail_under -1 here
211
+ thresholds: '95 98'
212
213
- name: Add Coverage PR Comment
214
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.3
0 commit comments