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 11codecov :
2- branch :
3- - next
4- - master
2+ branch : next
53 ci :
64 - appveyor
75 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
812
913coverage :
1014 round : nearest
@@ -13,26 +17,29 @@ coverage:
1317 status :
1418 # don't check patch coverage
1519 patch : off
16- changes : yes
17- # allow decrease by up to 5 %
18- threshold : 5
19- base : auto
20+ changes :
21+ base : auto
2022 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
2128 core :
2229 # restrict core decrease to 1.5%
2330 threshold : 1.5
2431 flags : core
32+ ui :
33+ flags : ui
34+ inspections :
35+ flags : inspections
36+ tools :
37+ flags : tools
2538
2639comment :
27- layout : " diff, files, changes, footer "
40+ layout : " flags, diff, files "
2841 behavior : new
2942 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
3643
3744flags :
3845 core :
You can’t perform that action at this time.
0 commit comments