2021-08-26 19:40:12 +00:00
|
|
|
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-09-02 20:03:55 +00:00
|
|
|
threshold: 1%
|
2021-08-20 15:27:37 +00:00
|
|
|
informational: true
|
|
|
|
paths:
|
|
|
|
- "testplans"
|
|
|
|
- "tools"
|
|
|
|
- "system"
|
|
|
|
- "snap"
|
|
|
|
- "lotuspond"
|
|
|
|
- "conformance"
|
|
|
|
- "scripts"
|
|
|
|
- "gen"
|
|
|
|
- "build"
|
|
|
|
markets:
|
|
|
|
target: auto
|
2021-09-02 20:03:55 +00:00
|
|
|
threshold: 1%
|
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-09-08 05:57:33 +00:00
|
|
|
threshold: 1.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-09-02 20:03:55 +00:00
|
|
|
threshold: 1%
|
2021-08-20 16:43:18 +00:00
|
|
|
informational: false
|
2021-08-20 15:27:37 +00:00
|
|
|
paths:
|
|
|
|
- "chain"
|
2021-08-26 19:40:12 +00:00
|
|
|
node:
|
2021-08-20 15:27:37 +00:00
|
|
|
target: auto
|
2021-09-02 20:03:55 +00:00
|
|
|
threshold: 1%
|
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:
|
2021-08-20 16:54:37 +00:00
|
|
|
target: auto
|
2021-09-02 20:03:55 +00:00
|
|
|
threshold: 1%
|
2021-08-20 16:43:18 +00:00
|
|
|
informational: true
|
2021-08-20 15:27:37 +00:00
|
|
|
paths:
|
|
|
|
- "cli"
|
2021-08-26 19:40:12 +00:00
|
|
|
- "cmd"
|