Browse Source
return back threshold and ignore sections
pull/1274/head
Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
8 additions and
1 deletions
-
codecov.yml
|
|
@ -4,7 +4,9 @@ coverage: |
|
|
|
range: "70...100" |
|
|
|
|
|
|
|
status: |
|
|
|
project: on |
|
|
|
project: |
|
|
|
default: |
|
|
|
threshold: 1% |
|
|
|
patch: on |
|
|
|
changes: off |
|
|
|
|
|
|
@ -14,3 +16,8 @@ comment: |
|
|
|
require_changes: no |
|
|
|
require_base: no |
|
|
|
require_head: yes |
|
|
|
|
|
|
|
ignore: |
|
|
|
- "docs" |
|
|
|
- "*.md" |
|
|
|
- "*.rst" |