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.
This commit is contained in:
Steve Howell 2017-07-05 13:46:56 -04:00 committed by Tim Abbott
parent 099a7052e4
commit 1327031628
1 changed files with 0 additions and 5 deletions

View File

@ -7,8 +7,3 @@ coverage:
target: auto
threshold: null
base: auto
patch:
default:
target: auto
threshold: null
base: auto