Skip to content

Commit a9da2df

Browse files
fix: bump min code coverage to 78% (#153)
1 parent 7df0082 commit a9da2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
coverage:
2-
range: 76..100
2+
range: 78..100
33
round: down
44
precision: 2
55
status:
66
project: # measuring the overall project coverage
77
default: # context, you can create multiple ones with custom titles
88
enabled: yes # must be yes|true to enable this status
9-
target: 76 # specify the target coverage for each commit status
9+
target: 78 # specify the target coverage for each commit status
1010
# option: "auto" (must increase from parent commit or pull request base)
1111
# option: "X%" a static target percentage to hit
1212
if_not_found: success # if parent is not found report status as success, error, or failure

0 commit comments

Comments
 (0)