Skip to content

Commit a031791

Browse files
committed
remove continue-on-error flag
1 parent fd32797 commit a031791

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ jobs:
5757

5858
- name: Generate Code Coverage Summary
5959
uses: irongut/CodeCoverageSummary@v1.3.0
60-
continue-on-error: true
6160
with:
6261
filename: cobertura.xml
6362
badge: true
64-
fail_below_min: true
63+
fail_below_min: false
6564
thresholds: '70 85'
6665
output: both
6766
format: markdown

0 commit comments

Comments
 (0)