forked from iron-fish/ironfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
55 lines (55 loc) · 967 Bytes
/
codecov.yml
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
ignore:
- config/*
- ironfish-rust-nodejs/*
- ironfish-rust-wasm/*
comment: false
github_checks:
annotations: false
coverage:
fixes:
- "/home/runner/work/ironfish/ironfish/::/"
status:
patch:
default:
target: auto
threshold: 50%
project:
default:
target: 63%
ironfish-rust:
target: 53%
flags:
- ironfish-rust
ironfish-cli:
target: 50%
flags:
- ironfish-cli
ironfish:
target: 60%
flags:
- ironfish
event:
target: 84%
flags:
- event
logger:
target: 90%
flags:
- logger
serde:
target: 90%
flags:
- serde
flags:
ironfish-rust:
paths:
- ironfish-rust
carryforward: true
ironfish-cli:
paths:
- ironfish-cli
carryforward: true
ironfish:
paths:
- ironfish
carryforward: true