mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Tweak code coverage settings (#4400)
* Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status?
This commit is contained in:
parent
de6888e7ce
commit
71b94eac46
15
.codecov.yml
Normal file
15
.codecov.yml
Normal 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
|
@ -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
1
changelog.d/4400.misc
Normal file
@ -0,0 +1 @@
|
||||
Tweak codecov settings to make them less loud.
|
Loading…
Reference in New Issue
Block a user