Browse Source

return back threshold and ignore sections

pull/1274/head
Anton Kaliaev 6 years ago
parent
commit
630d54c95a
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      codecov.yml

+ 8
- 1
codecov.yml View File

@ -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"

Loading…
Cancel
Save