Skip to content

Commit 6ee0a12

Browse files
committedMar 24, 2017
Don't fail CI status for small coverage decreases
1 parent 15a78c0 commit 6ee0a12

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.codecov.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
coverage:
2+
3+
status:
4+
project: # measuring the overall project coverage
5+
default: # context, you can create multiple ones with custom titles
6+
enabled: yes # must be yes|true to enable this status
7+
threshold: 0.5 # allowed to drop X% and still result in a "success" commit status
8+
9+
patch: # pull requests only: this commit status will measure the
10+
# entire pull requests Coverage Diff. Checking if the lines
11+
# adjusted are covered at least X%.
12+
default:
13+
enabled: yes # must be yes|true to enable this status
14+
threshold: 0.5 # allowed to drop X% and still result in a "success" commit status
15+

0 commit comments

Comments
 (0)
Please sign in to comment.