Skip to content

Commit 31f37ca

Browse files
committed
2 parents dc4dbfb + 7813e70 commit 31f37ca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

codecove.yml renamed to codecov.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ comment: #this is a top-level key
44
require_changes: false # if true: only post the comment if coverage changes
55
require_base: false # [true :: must have a base report to post]
66
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]]
7+
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

Comments
 (0)