lotus/.codecov.yml

74 lines
1.5 KiB
YAML
Raw Normal View History

ignore:
# Auto generated
- "^.*_gen.go$"
- "^.*/mock_full.go$"
# Old actors.
- "^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
- "api/docgen/**"
- "api/docgen-openrpc/**"
2021-08-20 14:56:29 +00:00
coverage:
status:
2021-08-24 15:52:45 +00:00
patch: off
2021-08-20 14:56:29 +00:00
project:
2021-08-20 15:27:37 +00:00
tools-and-tests:
2021-08-20 14:56:29 +00:00
target: auto
2021-08-20 17:10:17 +00:00
threshold: 0.5%
2021-08-20 15:27:37 +00:00
informational: true
paths:
- "testplans"
- "tools"
- "system"
- "snap"
- "lotuspond"
- "conformance"
- "scripts"
- "gen"
- "build"
markets:
target: auto
2021-08-20 17:10:17 +00:00
threshold: 0.5%
2021-08-20 16:43:18 +00:00
informational: false
2021-08-20 15:27:37 +00:00
paths:
- "markets"
- "paychmgr"
miner:
target: auto
2021-08-20 17:10:17 +00:00
threshold: 0.5%
2021-08-20 16:43:18 +00:00
informational: false
2021-08-20 15:27:37 +00:00
paths:
- "miner"
- "storage"
chain:
target: auto
2021-08-20 17:10:17 +00:00
threshold: 0.5%
2021-08-20 16:43:18 +00:00
informational: false
2021-08-20 15:27:37 +00:00
paths:
- "chain"
node:
2021-08-20 15:27:37 +00:00
target: auto
2021-08-20 17:10:17 +00:00
threshold: 0.5%
2021-08-20 16:43:18 +00:00
informational: false
2021-08-20 15:27:37 +00:00
paths:
- "node"
- "blockstore"
- "metrics"
- "lib"
- "genesis"
- "gateway"
- "api"
- "journal"
cli:
target: auto
2021-08-20 17:10:17 +00:00
threshold: 0.5%
2021-08-20 16:43:18 +00:00
informational: true
2021-08-20 15:27:37 +00:00
paths:
- "cli"
- "cmd"