This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
d8d703af45
zulip
/
.codecov.yml
11 lines
141 B
YAML
Raw
Normal View
History
Unescape
Escape
coverage: Add .codecov.yml. This commit disables PR comments and enables commit statuses in Codecov. Fixes #5581
2017-06-27 05:08:23 +02:00
comment
:
off
coverage
:
status
:
project
:
default
:
target
:
auto
Try to avoid codecov spam. I am increasing the threshold even more for when codecov complains. Since the tool reports so many false negatives, we should probably change our philosophy on code coverage so that this tool only reports catastrophic commits (like .e.g. a commit that prevents running a whole test suite) and let our more specific tools continue to catch things like regressions of files from 100% coverage.
2017-12-29 13:23:26 +01:00
threshold
:
0.50
coverage: Add .codecov.yml. This commit disables PR comments and enables commit statuses in Codecov. Fixes #5581
2017-06-27 05:08:23 +02:00
base
:
auto
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-13 02:49:41 +02:00
patch
:
off