Merge pull request #7036 from filecoin-project/codecov/ignore-old-shims
Magically increase code coverage
This commit is contained in:
commit
cbb7c191e6
40
.codecov.yml
40
.codecov.yml
@ -1,19 +1,29 @@
|
|||||||
comment: off
|
comment: off
|
||||||
ignore:
|
ignore:
|
||||||
- "**/cbor_gen.go"
|
# Auto generated
|
||||||
- "api/test/**/*"
|
- "**_gen.go$"
|
||||||
- "api/test/*"
|
- "**/mocks_full.go$"
|
||||||
- "gen/**/*"
|
- "^chain/actors/builtin/[^/]*/(message|state|v)[0-4]\\.go$" # We test the latest version only.
|
||||||
- "gen/*"
|
# Tests
|
||||||
- "cmd/lotus-shed/*"
|
- "api/test/**"
|
||||||
- "cmd/tvx/*"
|
- "conformance/**"
|
||||||
- "cmd/lotus-pcr/*"
|
# Generators
|
||||||
- "cmd/tvx/*"
|
- "gen/**"
|
||||||
- "cmd/lotus-chainwatch/*"
|
- "chain/actors/agen/**"
|
||||||
- "cmd/lotus-health/*"
|
# Non-critical utilities
|
||||||
- "cmd/lotus-fountain/*"
|
- "cmd/lotus-shed/**"
|
||||||
- "cmd/lotus-townhall/*"
|
- "cmd/tvx/**"
|
||||||
- "cmd/lotus-stats/*"
|
- "cmd/lotus-pcr/**"
|
||||||
- "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:
|
github_checks:
|
||||||
annotations: false
|
annotations: false
|
||||||
|
Loading…
Reference in New Issue
Block a user