Skip to content

Commit

Permalink
Use codecov.yml to stop comments (#397)
Browse files Browse the repository at this point in the history
We get enough information from the CI status.
  • Loading branch information
hynek authored Jun 19, 2018
1 parent 0693f47 commit b196adc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
comment: false
coverage:
status:
patch:
default:
target: "100"
project:
default:
target: "100"

0 comments on commit b196adc

Please sign in to comment.