Skip to content

Commit e95bfbc

Browse files
authored
Update codecov.yml
Drops the flags feature (which we're not using) Adds the "newly"-split Rubberduck.VBEditor implementations for VB6 and VBA to the ignore-list
1 parent 52b85f9 commit e95bfbc

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

codecov.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ codecov:
77
ignore:
88
# as requested by MDoerner, because they aren't really testable
99
- Rubberduck.VBEEditor
10+
- Rubberduck.VBEditor.*
1011
# it makes no sense to track coverage on unit-tests
1112
- RubberduckTests
1213

@@ -28,22 +29,3 @@ comment:
2829
layout: "flags, diff, files"
2930
behavior: once
3031
require_changes: yes
31-
32-
flags:
33-
core:
34-
paths:
35-
- Rubberduck.Parsing
36-
- Rubberduck.Core
37-
# Exclude UI from the core flag, that has a separate flag
38-
- !Rubberduck.Core/UI
39-
ui:
40-
paths:
41-
- Rubberduck.Core/UI
42-
inspections:
43-
paths:
44-
- Rubberduck.Inspections
45-
tools:
46-
paths:
47-
- Rubberduck.SourceControl
48-
- Rubberduck.SmartIndenter
49-
- Rubberduck.RegexAssistant

0 commit comments

Comments
 (0)