Set code projects as non-informational
This commit is contained in:
parent
b026c70f79
commit
c7aac60c6f
10
.codecov.yml
10
.codecov.yml
@ -18,27 +18,27 @@ coverage:
|
|||||||
markets:
|
markets:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
informational: true
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "markets"
|
- "markets"
|
||||||
- "paychmgr"
|
- "paychmgr"
|
||||||
miner:
|
miner:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
informational: true
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "miner"
|
- "miner"
|
||||||
- "storage"
|
- "storage"
|
||||||
chain:
|
chain:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
informational: true
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "chain"
|
- "chain"
|
||||||
node:
|
node:
|
||||||
target: auto
|
target: auto
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
informational: true
|
informational: false
|
||||||
paths:
|
paths:
|
||||||
- "node"
|
- "node"
|
||||||
- "blockstore"
|
- "blockstore"
|
||||||
@ -51,7 +51,7 @@ coverage:
|
|||||||
cli:
|
cli:
|
||||||
target: 100%
|
target: 100%
|
||||||
threshold: 0.1%
|
threshold: 0.1%
|
||||||
informational: false
|
informational: true
|
||||||
paths:
|
paths:
|
||||||
- "cli"
|
- "cli"
|
||||||
- "cmd"
|
- "cmd"
|
||||||
|
Loading…
Reference in New Issue
Block a user