From 6966b25d9c2eba2e7678c1e4118247956d283170 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Thu, 7 Jun 2018 17:53:54 -0600 Subject: [PATCH] Don't mark a build as failed if line coverage drops It's not always a problem if line coverage drops. For example, coverage will drop if you make well-tested code more succinct. It just means the uncovered code is just a larger percentage of the codebase. --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index ecff7cd69c..1adae74a4e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,2 +1,5 @@ ignore: - "src/bin" +coverage: + status: + patch: off