Merge pull request #7147 from filecoin-project/chore/codecov-projects

Codecov Projects
This commit is contained in:
ZenGround0 2021-08-20 12:53:23 -04:00 committed by GitHub
commit 57337c1ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,29 +1,65 @@
comment: off coverage:
ignore: status:
# Auto generated project:
- "^.*_gen.go$" tools-and-tests:
- "^.*/mock_full.go$" target: auto
- "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only. threshold: 0.1%
# Tests informational: true
- "api/test/**" paths:
- "conformance/**" - "testplans"
# Generators - "tools"
- "gen/**" - "system"
- "chain/actors/agen/**" - "snap"
# Non-critical utilities - "lotuspond"
- "cmd/lotus-shed/**" - "conformance"
- "cmd/tvx/**" - "scripts"
- "cmd/lotus-pcr/**" - "gen"
- "cmd/tvx/**" - "build"
- "cmd/lotus-health/**" markets:
- "cmd/lotus-fountain/**" target: auto
- "cmd/lotus-stats/**" threshold: 0.1%
- "cmd/lotus-pcr/**" informational: false
- "cmd/lotus-sim/**" paths:
- "cmd/lotus-bench/**" - "markets"
- "cmd/lotus-seed/**" - "paychmgr"
- "cmd/chain-noise/**" miner:
- "api/docgen/**" target: auto
- "api/docgen-openrpc/**" threshold: 0.1%
github_checks: informational: false
annotations: false paths:
- "miner"
- "storage"
chain:
target: auto
threshold: 0.1%
informational: false
paths:
- "chain"
node:
target: auto
threshold: 0.1%
informational: false
paths:
- "node"
- "blockstore"
- "metrics"
- "lib"
- "genesis"
- "gateway"
- "api"
- "journal"
cli:
target: 100%
threshold: 0.1%
informational: true
paths:
- "cli"
- "cmd"