mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

Solution: Remove the "team bot" from the `codecov.yml` file. I installed Codecov on all "bigchaindb" (GitHub organization) repos today, so we can remove the "team bot", according to [the Codecov docs](https://docs.codecov.io/docs/team-bot), i.e. > The best way to integrate with Codecov is to Install Codecov's GitHub Integration. > Once installed, you are done! You do not need to set a Team Bot because Codecov will use the integration to post statuses and comments.
31 lines
651 B
YAML
31 lines
651 B
YAML
codecov:
|
|
branch: master # the branch to show by default
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
if_no_uploads: error
|
|
|
|
patch:
|
|
default:
|
|
target: "80%"
|
|
if_no_uploads: error
|
|
|
|
ignore: # files and folders that will be removed during processing
|
|
- "docs/*"
|
|
- "tests/*"
|
|
- "bigchaindb/version.py"
|
|
- "k8s/*"
|
|
|
|
comment:
|
|
# @stevepeak (from codecov.io) suggested we change 'suggestions' to 'uncovered'
|
|
# in the following line. Thanks Steve!
|
|
layout: "header, diff, changes, sunburst, uncovered"
|
|
behavior: default
|