Browse Source

Tweak code coverage settings (#4400)

* Tweak code coverage settings

* Fix manifest

* Newsfile

* Fix commit status?
tags/v0.99.0rc1
Erik Johnston 5 years ago
committed by Amber Brown
parent
commit
71b94eac46
3 changed files with 17 additions and 0 deletions
  1. +15
    -0
      .codecov.yml
  2. +1
    -0
      MANIFEST.in
  3. +1
    -0
      changelog.d/4400.misc

+ 15
- 0
.codecov.yml 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

+ 1
- 0
MANIFEST.in View File

@@ -37,6 +37,7 @@ prune docker
prune .circleci
prune .coveragerc
prune debian
prune .codecov.yml

exclude jenkins*
recursive-exclude jenkins *.sh

+ 1
- 0
changelog.d/4400.misc View File

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

Loading…
Cancel
Save