File tree Expand file tree Collapse file tree 1 file changed +21
-14
lines changed Expand file tree Collapse file tree 1 file changed +21
-14
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,26 +17,29 @@ 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
-
31
- ignore :
32
- # as requested by MDoerner, because they aren't really testable
33
- - Rubberduck.VBEEditor
34
- # it makes no sense to track coverage on unit-tests
35
- - RubberduckTests
36
43
37
44
flags :
38
45
core :
You can’t perform that action at this time.
0 commit comments