We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a0218 commit 07d497aCopy full SHA for 07d497a
.codecov.yml
@@ -1,7 +1,8 @@
1
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
+ project: # measuring the overall project coverage
+ default: # context, you can create multiple ones with custom titles
+ enabled: yes # must be yes|true to enable this status
5
target: 80%
6
- branches: # -> see "branch patterns" below
7
- threshold: 10% # allowed to drop X% and still result in a "success" commit status
+ threshold: 5% # allowed to drop X% and still result in a "success" PR status
+ branches:
8
+ threshold: 5% # allowed to drop X% and still result in a "success" commit status
0 commit comments