-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
54 lines (52 loc) · 918 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
coverage:
status:
project:
default:
target: 90%
bitarray:
flags:
- bitarray
fa-compression:
flags:
- fa-compression
sa-builder:
flags:
- sa-builder
sa-compression:
flags:
- sa-compression
sa-index:
target: 80%
flags:
- sa-index
sa-mappings:
flags:
- sa-mappings
patch: off
flags:
bitarray:
paths:
- bitarray
carryforward: true
fa-compression:
paths:
- fa-compression
carryforward: true
sa-builder:
paths:
- sa-builder
carryforward: true
sa-compression:
paths:
- sa-compression
carryforward: true
sa-index:
paths:
- sa-index
carryforward: true
sa-mappings:
paths:
- sa-mappings
carryforward: true
ignore:
- "**/main.rs" # Ignore main.rs files