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