-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathcodecov.yml
More file actions
24 lines (21 loc) · 932 Bytes
/
codecov.yml
File metadata and controls
24 lines (21 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Codecov configuration.
# For more information, see:
# https://docs.codecov.com/docs/codecov-yaml.
coverage:
# Customize coverage reporting to consider below 60% as red, between 60% and
# 80% as yellow and above 80% as green.
range: 60..80
ignore:
- "**/*.pb.go"
- "go/consensus/tendermint/fuzz" # Fuzz tests.
- "go/extra" # Extra packages.
- "go/oasis-net-runner" # Test local network runner.
- "go/oasis-node/cmd/debug" # Debug and test utilities.
- "go/oasis-test-runner" # E2E test runner.
- "go/registry/gen_vectors" # Registry test vector generator.
- "go/staking/gen_vectors" # Staking test vector generator.
- "go/governance/gen_vectors" # Governance test vector generator.
- "go/storage/fuzz" # Fuzz tests.
- "go/storage/mkvs/fuzz" # Fuzz tests.
- "go/storage/mkvs/interop" # MKVS interoperability test helpers.
- "runtime/src/storage/mkvs/interop" # MKVS interoperability test helpers.