Skip to content

Commit 2a8eb63

Browse files
committed
remove code failure when code coverage below min threshold
1 parent 6aecad9 commit 2a8eb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
filename: cobertura.xml
6262
badge: true
63-
fail_below_min: true
63+
fail_below_min: false
6464
thresholds: '70 85'
6565
output: both
6666
format: markdown

0 commit comments

Comments
 (0)