Skip to content

Commit 305ee99

Browse files
authored
Smarten codecov some more
Add additional flags for tools and ui. Ignore Rubberduck.VBEEditor in coverage, because COM Wrappers are barely testable Ignore RubberduckTests itself because it skews coverage stats and isn't really meaningful ...
1 parent 323f0ba commit 305ee99

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

codecov.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,27 @@ comment:
2828
behavior: new
2929
require_changes: yes
3030

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+
3137
flags:
3238
core:
3339
paths:
3440
- Rubberduck.Parsing
35-
- Rubberduck.VBEEditor
41+
- Retailcoder.VBE
42+
# Exclude UI from the core flag, that has a separate flag
43+
- !Retailcoder.VBE/UI
44+
ui:
45+
paths:
46+
- Retailcoder.VBE/UI
3647
inspections:
3748
paths:
3849
- Rubberduck.Inspections
39-
50+
tools:
51+
paths:
52+
- Rubberduck.SourceControl
53+
- Rubberduck.SmartIndenter
54+
- Rubberduck.RegexAssistant

0 commit comments

Comments
 (0)