-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcodecov.yml
51 lines (50 loc) · 1.03 KB
/
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
coverage:
status:
project:
default: off
dispatcher-converter:
target: auto
threshold: 0%
base: auto
flags:
- unit
branches:
- master
if_ci_failed: error
only_pulls: false
flags: dispatcher-converter
index-converter:
target: auto
threshold: 0%
base: auto
flags:
- unit
branches:
- master
if_ci_failed: error
only_pulls: false
flags: index-converter
repository-modernizer:
target: auto
threshold: 0%
base: auto
flags:
- unit
branches:
- master
if_ci_failed: error
only_pulls: false
flags: repository-modernizer
flags:
dispatcher-converter:
paths:
- packages/dispatcher-converter/
index-converter:
paths:
- packages/index-converter/
repository-modernizer:
paths:
- packages/repository-modernizer/
tests:
paths:
- test/