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
3c37795675
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
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 19:48:36 +02:00
threshold
:
0.03
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