Skip to content

Commit

Permalink
Set code projects as non-informational
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Aug 20, 2021
1 parent b026c70 commit c7aac60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ coverage:
markets:
target: auto
threshold: 0.1%
informational: true
informational: false
paths:
- "markets"
- "paychmgr"
miner:
target: auto
threshold: 0.1%
informational: true
informational: false
paths:
- "miner"
- "storage"
chain:
target: auto
threshold: 0.1%
informational: true
informational: false
paths:
- "chain"
node:
target: auto
threshold: 0.1%
informational: true
informational: false
paths:
- "node"
- "blockstore"
Expand All @@ -51,7 +51,7 @@ coverage:
cli:
target: 100%
threshold: 0.1%
informational: false
informational: true
paths:
- "cli"
- "cmd"
Expand Down

0 comments on commit c7aac60

Please sign in to comment.