File tree Expand file tree Collapse file tree 1 file changed +33
-11
lines changed Expand file tree Collapse file tree 1 file changed +33
-11
lines changed Original file line number Diff line number Diff line change 1
1
codecov :
2
- branch :
3
- - next
4
- - master
2
+ branch : next
5
3
ci :
6
4
- appveyor
7
5
max_report_age : off
6
+
7
+ ignore :
8
+ # as requested by MDoerner, because they aren't really testable
9
+ - Rubberduck.VBEEditor
10
+ # it makes no sense to track coverage on unit-tests
11
+ - RubberduckTests
8
12
9
13
coverage :
10
14
round : nearest
@@ -13,27 +17,45 @@ coverage:
13
17
status :
14
18
# don't check patch coverage
15
19
patch : off
16
- changes : yes
17
- # allow decrease by up to 5 %
18
- threshold : 5
19
- base : auto
20
+ changes :
21
+ base : auto
20
22
project :
23
+ default :
24
+ target : 0 # don't force a minimum coverage
25
+ # allow decrease by up to 5 %
26
+ threshold : 5
27
+ base : auto
21
28
core :
22
29
# restrict core decrease to 1.5%
23
30
threshold : 1.5
24
31
flags : core
32
+ ui :
33
+ flags : ui
34
+ inspections :
35
+ flags : inspections
36
+ tools :
37
+ flags : tools
25
38
26
39
comment :
27
- layout : " diff, files, changes, footer "
40
+ layout : " flags, diff, files "
28
41
behavior : new
29
42
require_changes : yes
30
-
43
+
31
44
flags :
32
45
core :
33
46
paths :
34
47
- Rubberduck.Parsing
35
- - Rubberduck.VBEEditor
48
+ - Retailcoder.VBE
49
+ # Exclude UI from the core flag, that has a separate flag
50
+ - !Retailcoder.VBE/UI
51
+ ui :
52
+ paths :
53
+ - Retailcoder.VBE/UI
36
54
inspections :
37
55
paths :
38
56
- Rubberduck.Inspections
39
-
57
+ tools :
58
+ paths :
59
+ - Rubberduck.SourceControl
60
+ - Rubberduck.SmartIndenter
61
+ - Rubberduck.RegexAssistant
You can’t perform that action at this time.
0 commit comments