From 132703162821d3fdbabe0741c77627f9ad4ebd72 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 5 Jul 2017 13:46:56 -0400 Subject: [PATCH] Remove `patch` section from .codecov.yml. The `patch` option for code coverage only reports on lines that are part of the patch, which tends to be misleading for things like refactoring commits that may actually increase overall code coverage for the project. --- .codecov.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 11e98fdf49..7060ea96b6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,8 +7,3 @@ coverage: target: auto threshold: null base: auto - patch: - default: - target: auto - threshold: null - base: auto