Skip to content

Commit 5232220

Browse files
committed
Sync action with coverage
1 parent ae34bb7 commit 5232220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ jobs:
207207
hide_complexity: true
208208
indicators: true
209209
output: both # console, file or both
210-
thresholds: '96 98'
210+
# Note: it appears fail below min is one off, use fail_under -1 here
211+
thresholds: '95 98'
211212

212213
- name: Add Coverage PR Comment
213214
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.3

0 commit comments

Comments
 (0)