Skip to content

Commit 926a52f

Browse files
The important metric is project coverage (zarr-developers#3351)
Make patch coverage informational, so that fixing a typo in a line that raises an exception (typically not covered by a test) passes CI. Co-authored-by: Davis Bennett <[email protected]>
1 parent 1264a4d commit 926a52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ coverage:
33
patch:
44
default:
55
target: auto
6+
informational: true
67
project:
78
default:
89
target: auto

0 commit comments

Comments
 (0)