Browse Source

Merge pull request #1247 from tendermint/feature/xla-integrate-codecov

Integrate CodeCov as change acceptance stage
pull/1245/merge
Ethan Buchman 6 years ago
committed by GitHub
parent
commit
9c5937df96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 26 deletions
  1. +0
    -26
      .codecov.yml
  2. +16
    -0
      codecov.yml

+ 0
- 26
.codecov.yml View File

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

+ 16
- 0
codecov.yml View File

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

Loading…
Cancel
Save