We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a78c0 commit 6ee0a12Copy full SHA for 6ee0a12
.codecov.yml
@@ -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
14
15
0 commit comments