forked from iron-fish/ironfish
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
38 lines (38 loc) · 669 Bytes
/
codecov.yml
File metadata and controls
38 lines (38 loc) · 669 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ignore:
- config/*
- ironfish-rust-nodejs/*
comment: false
github_checks:
annotations: false
coverage:
fixes:
- "/home/runner/work/ironfish/ironfish/::/"
status:
patch:
default:
target: 10%
threshold: 0%
project:
default:
target: 10%
ironfish-rust:
target: 10%
flags:
- ironfish-rust
ironfish-cli:
target: 10%
flags:
- ironfish-cli
ironfish:
target: 10%
flags:
- ironfish
flags:
ironfish-rust:
paths:
- ironfish-rust
carryforward: true
ironfish:
paths:
- ironfish
carryforward: true