Tweak code coverage settings (#4400)

* Tweak code coverage settings

* Fix manifest

* Newsfile

* Fix commit status?
pull/4421/head
Erik Johnston 2019-01-18 12:13:14 +00:00 committed by Amber Brown
parent de6888e7ce
commit 71b94eac46
3 changed files with 17 additions and 0 deletions

15
.codecov.yml Normal file
View File

@ -0,0 +1,15 @@
comment:
layout: "diff"
coverage:
status:
project:
default:
target: 0 # Target % coverage, can be auto. Turned off for now
threshold: null
base: auto
patch:
default:
target: 0
threshold: null
base: auto

View File

@ -37,6 +37,7 @@ prune docker
prune .circleci
prune .coveragerc
prune debian
prune .codecov.yml
exclude jenkins*
recursive-exclude jenkins *.sh

1
changelog.d/4400.misc Normal file
View File

@ -0,0 +1 @@
Tweak codecov settings to make them less loud.