mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Added a codecov.yml configuration file
This commit is contained in:
parent
955fd86a7f
commit
6d31fc92ff
32
codecov.yml
Normal file
32
codecov.yml
Normal file
@ -0,0 +1,32 @@
|
||||
codecov:
|
||||
branch: develop # the branch to show by default
|
||||
|
||||
# The help text for bot says:
|
||||
# "the username that will consume any oauth requests
|
||||
# must have previously logged into Codecov"
|
||||
# In GitHub - BigchainDB organization settings - Third-party access,
|
||||
# it says, for Codecov: "approval requested by r-marques"
|
||||
bot: r-marques
|
||||
|
||||
coverage:
|
||||
precision: 2
|
||||
round: down
|
||||
range: "70...100"
|
||||
|
||||
status:
|
||||
project:
|
||||
target: auto
|
||||
if_no_uploads: error
|
||||
|
||||
patch:
|
||||
target: "80%"
|
||||
if_no_uploads: error
|
||||
|
||||
ignore: # files and folders that will be removed during processing
|
||||
- "deploy-cluster-aws/*"
|
||||
- "docs/*"
|
||||
- "tests/*"
|
||||
|
||||
comment:
|
||||
layout: "header, diff, changes, sunburst, suggestions"
|
||||
behavior: default
|
Loading…
x
Reference in New Issue
Block a user