From 917a82ac6ff448228ca74c67e2f0211085749d8b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 18 Jun 2018 08:22:11 +0200 Subject: [PATCH] Use codecov.yml to stop comments We get enough information from the CI status. --- MANIFEST.in | 2 +- codecov.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/MANIFEST.in b/MANIFEST.in index adef70979..15bc51003 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..60a1e5c12 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +--- +comment: false +coverage: + status: + patch: + default: + target: "100" + project: + default: + target: "100"