Files
zulip/.codecov.yml
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

10 lines
126 B
YAML

comment: off
coverage:
status:
project:
default:
target: auto
threshold: 0.03
base: auto