mirror of https://github.com/zulip/zulip.git
coverage: Add .codecov.yml.
This commit disables PR comments and enables commit statuses in Codecov. Fixes #5581
This commit is contained in:
parent
efa1cf6fb5
commit
1fe9dbd75a
|
@ -0,0 +1,14 @@
|
||||||
|
comment: off
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: null
|
||||||
|
base: auto
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: null
|
||||||
|
base: auto
|
Loading…
Reference in New Issue