Browse Source
Merge pull request #1247 from tendermint/feature/xla-integrate-codecov
Integrate CodeCov as change acceptance stage
pull/1245/merge
Ethan Buchman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
16 additions and
26 deletions
-
.codecov.yml
-
codecov.yml
|
|
@ -1,26 +0,0 @@ |
|
|
|
|
|
|
|
# |
|
|
|
# This codecov.yml is the default configuration for |
|
|
|
# all repositories on Codecov. You may adjust the settings |
|
|
|
# below in your own codecov.yml in your repository. |
|
|
|
# |
|
|
|
coverage: |
|
|
|
precision: 2 |
|
|
|
round: down |
|
|
|
range: 70...100 |
|
|
|
|
|
|
|
status: |
|
|
|
# Learn more at https://codecov.io/docs#yaml_default_commit_status |
|
|
|
project: |
|
|
|
default: |
|
|
|
threshold: 1% # allow this much decrease on project |
|
|
|
changes: false |
|
|
|
|
|
|
|
comment: |
|
|
|
layout: "header, diff" |
|
|
|
behavior: default # update if exists else create new |
|
|
|
|
|
|
|
ignore: |
|
|
|
- "docs" |
|
|
|
- "*.md" |
|
|
|
- "*.rst" |
|
|
@ -0,0 +1,16 @@ |
|
|
|
coverage: |
|
|
|
precision: 2 |
|
|
|
round: down |
|
|
|
range: "70...100" |
|
|
|
|
|
|
|
status: |
|
|
|
project: on |
|
|
|
patch: on |
|
|
|
changes: off |
|
|
|
|
|
|
|
comment: |
|
|
|
layout: "diff, files" |
|
|
|
behavior: default |
|
|
|
require_changes: no |
|
|
|
require_base: no |
|
|
|
require_head: yes |