forked from mirrors/probot
Customize Codecov ☂️ (#386)
This commit is contained in:
parent
b71b2a0135
commit
dd1c7ebd45
14
codecov.yml
14
codecov.yml
|
@ -1,3 +1,13 @@
|
|||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
# Fail the status if coverage drops by >= 3%
|
||||
threshold: 3
|
||||
patch:
|
||||
default:
|
||||
threshold: 3
|
||||
|
||||
comment:
|
||||
# only post the comment if coverage changes
|
||||
require_changes: true
|
||||
layout: diff
|
||||
require_changes: yes
|
||||
|
|
Loading…
Reference in New Issue