From b4bc048993123fe84baca184e7ccef6a8602eed4 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 12 Jul 2017 20:49:41 -0400 Subject: [PATCH] codecov: Turn off "patch" diffs. These seem to be mostly useless and throw errors in a lot of PRs that don't touch files where code coverage is relevant. --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecov.yml b/.codecov.yml index 370aca7b5f..5f43551622 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,3 +7,4 @@ coverage: target: auto threshold: 0.03 base: auto + patch: off