mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Enforce coverage
This commit is contained in:
parent
07e8ed13f6
commit
0e6d94757b
1 changed files with 13 additions and 0 deletions
13
.github/codecov.yaml
vendored
Normal file
13
.github/codecov.yaml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
flag_management:
|
||||
default_rules:
|
||||
carryforward: true
|
||||
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: 75%
|
||||
threshold: 0%
|
||||
base: auto
|
||||
flags:
|
||||
- unittests
|
Loading…
Reference in a new issue