bigchaindb/codecov.yml

41 lines
1016 B
YAML
Raw Normal View History

2016-04-01 16:06:41 +02:00
codecov:
2016-04-11 14:47:16 +02:00
branch: master # the branch to show by default
2016-04-01 16:06:41 +02:00
# 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:
default:
target: auto
if_no_uploads: error
2016-04-01 16:06:41 +02:00
patch:
default:
target: "80%"
if_no_uploads: error
2016-04-01 16:06:41 +02:00
ignore: # files and folders that will be removed during processing
- "deploy-cluster-aws/*"
- "docs/*"
- "tests/*"
2016-05-03 11:52:23 +02:00
- "bigchaindb/version.py"
- "benchmarking-tests/*"
- "speed-tests/*"
2016-08-17 21:03:47 +02:00
- "ntools/*"
2016-04-01 16:06:41 +02:00
comment:
2016-04-17 13:43:21 +02:00
# @stevepeak (from codecov.io) suggested we change 'suggestions' to 'uncovered'
# in the following line. Thanks Steve!
layout: "header, diff, changes, sunburst, uncovered"
2016-04-11 14:47:16 +02:00
behavior: default