forked from sei-protocol/sei-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
55 lines (49 loc) · 1.1 KB
/
codecov.yml
File metadata and controls
55 lines (49 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
coverage:
precision: 2
round: down
status:
project:
default:
target: auto
threshold: 3% # allow this much decrease on project
sei-chain:
target: 40%
paths:
- "!sei-cosmos/**"
flags:
- sei-chain
sei-cosmos:
target: 35%
paths:
- "sei-cosmos/**"
flags:
- sei-cosmos
patch:
default:
target: auto
comment:
layout: "reach,diff,flags,tree,betaprofiling"
behavior: default # update if exists else create new
require_changes: true
ignore:
# Common documentation and metadata
- "**/docs/**/*"
- "**/*.md"
- "**/*.rst"
- "**/example/**/*"
- "**/benchmark/**/*"
# Generated protobuf files
- "**/*.pb.go"
- "**/*.pb.gw.go"
# Tests and test utilities
- "**/integration_test/**/*"
- "**/testutil/**/*"
- "**/x/**/test_common.go"
- "**/x/**/testdata/**/*"
# Scripts, tooling, and contribution helpers
- "**/scripts/**/*"
- "**/contrib/**/*"
- "**/docker/**/*"
# Project-specific exclusions
- "precompiles/**/legacy/**/*"
- "**/cli/**/*"