mirror of https://github.com/zulip/zulip.git
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:
parent
099a7052e4
commit
1327031628
|
@ -7,8 +7,3 @@ coverage:
|
|||
target: auto
|
||||
threshold: null
|
||||
base: auto
|
||||
patch:
|
||||
default:
|
||||
target: auto
|
||||
threshold: null
|
||||
base: auto
|
||||
|
|
Loading…
Reference in New Issue