Merge pull request #7036 from filecoin-project/codecov/ignore-old-shims

Magically increase code coverage
This commit is contained in:
Steven Allen 2021-08-11 13:14:25 -07:00 committed by GitHub
commit cbb7c191e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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