Commit Graph

4 Commits

Author SHA1 Message Date
Steve Howell b4bc048993 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.
2017-07-12 17:52:26 -07:00
Steve Howell 1ef9b7982e Set threshold to 0.03% for code coverage.
We want a little bit of wiggle room for code coverage.
Some legitimate commits that remove code from the system
appear to reduce overall code coverage.
2017-07-05 15:07:52 -07:00
Steve Howell 1327031628 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.
2017-07-05 15:07:52 -07:00
Umair Khan 1fe9dbd75a coverage: Add .codecov.yml.
This commit disables PR comments and enables commit statuses in
Codecov.

Fixes #5581
2017-06-27 16:55:55 -07:00