We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4dbfb + 7813e70 commit 31f37caCopy full SHA for 31f37ca
codecove.yml codecov.ymlcodecove.yml renamed to codecov.yml
@@ -4,4 +4,11 @@ comment: #this is a top-level key
4
require_changes: false # if true: only post the comment if coverage changes
5
require_base: false # [true :: must have a base report to post]
6
require_head: true # [true :: must have a head report to post]
7
- hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]]
+ hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]]
8
+
9
+coverage:
10
+ status:
11
+ project:
12
+ default:
13
+ target: 90%
14
+ threshold: 10%
0 commit comments