Skip to content

Commit a8469dd

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
CI: Don't fail if coverage too low
1 parent bf75fb1 commit a8469dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ coverage:
1111
default:
1212
target: 100
1313
threshold: 0
14-
informational: false # Do fail the check if the diff is not 100% covered
14+
informational: true # Don't fail the check if the diff is not 100% covered
1515
changes: # Information about changes in coverage outside the diff
1616
default:
1717
informational: true # Don't fail the check

0 commit comments

Comments
 (0)