Skip to content

Commit 4310411

Browse files
authored
Merge branch 'main' into ignore_temp_log_entries
2 parents e2dfec6 + 5f6fc4d commit 4310411

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/codecov.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ coverage:
44
project:
55
default:
66
# allow some leniency on the deviation of pull requests
7-
threshold: '1%'
8-
informational: true
7+
threshold: 1
8+
if_ci_failed: error
9+
informational: false
910
patch:
1011
default:
11-
informational: true
12+
if_ci_failed: error
13+
informational: false
1214

1315

1416
ignore:

0 commit comments

Comments
 (0)