Skip to content

Commit

Permalink
Merge pull request #7147 from filecoin-project/chore/codecov-projects
Browse files Browse the repository at this point in the history
Codecov Projects
  • Loading branch information
ZenGround0 authored Aug 20, 2021
2 parents c05eb12 + c7aac60 commit 57337c1
Showing 1 changed file with 65 additions and 29 deletions.
94 changes: 65 additions & 29 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -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"








0 comments on commit 57337c1

Please sign in to comment.