Update .codecov.yml
This commit is contained in:
parent
a1bb6237a6
commit
b2d1a24999
|
@ -12,7 +12,7 @@ coverage:
|
|||
project:
|
||||
default:
|
||||
against: auto
|
||||
target: 100% # specify the target coverage for each commit status
|
||||
target: 99% # specify the target coverage for each commit status
|
||||
threshold: 20% # allow this little decrease on project
|
||||
# https://github.com/codecov/support/wiki/Filtering-Branches
|
||||
# branches: master
|
||||
|
@ -39,4 +39,4 @@ comment:
|
|||
layout: header, diff
|
||||
require_changes: false
|
||||
behavior: default # update if exists else create new
|
||||
# branches: *
|
||||
# branches: *
|
||||
|
|
Loading…
Reference in New Issue