Skip to content

Commit 07d497a

Browse files
committed
adding 5% threshold to PRs
1 parent 77a0218 commit 07d497a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.codecov.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
status:
2-
project: # measuring the overall project coverage
3-
default: # context, you can create multiple ones with custom titles
4-
enabled: yes # must be yes|true to enable this status
2+
project: # measuring the overall project coverage
3+
default: # context, you can create multiple ones with custom titles
4+
enabled: yes # must be yes|true to enable this status
55
target: 80%
6-
branches: # -> see "branch patterns" below
7-
threshold: 10% # allowed to drop X% and still result in a "success" commit status
6+
threshold: 5% # allowed to drop X% and still result in a "success" PR status
7+
branches:
8+
threshold: 5% # allowed to drop X% and still result in a "success" commit status

0 commit comments

Comments
 (0)