Browse Source

Merge pull request #1274 from tendermint/codecov

Codecov
pull/1259/merge
Anton Kaliaev 7 years ago
committed by GitHub
parent
commit
3d88612690
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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