Skip to content

Commit a6e1889

Browse files
ci(codecov): do not fail if no % difference (#812)
1 parent 6c9b477 commit a6e1889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coverage:
1010
branches:
1111
- main
1212
if_ci_failed: error
13-
informational: false
13+
informational: true
1414
only_pulls: false
1515

1616
patch:
@@ -23,7 +23,7 @@ coverage:
2323
branches:
2424
- main
2525
if_ci_failed: error
26-
informational: false
26+
informational: true
2727
only_pulls: false
2828

2929
ignore:

0 commit comments

Comments
 (0)