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
ignore:
# Auto generated
- "^.*_gen.go$"
- "^.*/mock_full.go$"
- "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only.
# Tests
- "api/test/**"
- "conformance/**"
# Generators
- "gen/**"
- "chain/actors/agen/**"
# Non-critical utilities
- "cmd/lotus-shed/**"
- "cmd/tvx/**"
- "cmd/lotus-pcr/**"
- "cmd/tvx/**"
- "cmd/lotus-health/**"
- "cmd/lotus-fountain/**"
- "cmd/lotus-stats/**"
- "cmd/lotus-pcr/**"
- "cmd/lotus-sim/**"
- "cmd/lotus-bench/**"
- "cmd/lotus-seed/**"
- "cmd/chain-noise/**"
- "api/docgen/**"
- "api/docgen-openrpc/**"
github_checks:
annotations: false
coverage:
status:
project:
tools-and-tests:
target: auto
threshold: 0.1%
informational: true
paths:
- "testplans"
- "tools"
- "system"
- "snap"
- "lotuspond"
- "conformance"
- "scripts"
- "gen"
- "build"
markets:
target: auto
threshold: 0.1%
informational: false
paths:
- "markets"
- "paychmgr"
miner:
target: auto
threshold: 0.1%
informational: 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"