Use codecov.yml to stop comments (#397)

We get enough information from the CI status.
This commit is contained in:
Hynek Schlawack 2018-06-19 12:47:10 +02:00 committed by GitHub
parent 0693f47b82
commit b196adccbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
include LICENSE *.rst *.toml .readthedocs.yml .pre-commit-config.yaml
# Don't package GitHub-specific files.
exclude .github/*.md .travis.yml
exclude .github/*.md .travis.yml codecov.yml
# Tests
include tox.ini .coveragerc conftest.py

10
codecov.yml Normal file
View File

@ -0,0 +1,10 @@
---
comment: false
coverage:
status:
patch:
default:
target: "100"
project:
default:
target: "100"