Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Tweak code coverage settings (#4400)
Browse files Browse the repository at this point in the history
* Tweak code coverage settings

* Fix manifest

* Newsfile

* Fix commit status?
  • Loading branch information
erikjohnston authored and hawkowl committed Jan 18, 2019
1 parent de6888e commit 71b94ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ prune docker
prune .circleci
prune .coveragerc
prune debian
prune .codecov.yml

exclude jenkins*
recursive-exclude jenkins *.sh
1 change: 1 addition & 0 deletions changelog.d/4400.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tweak codecov settings to make them less loud.

0 comments on commit 71b94ea

Please sign in to comment.