We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b85f9 commit e95bfbcCopy full SHA for e95bfbc
codecov.yml
@@ -7,6 +7,7 @@ codecov:
7
ignore:
8
# as requested by MDoerner, because they aren't really testable
9
- Rubberduck.VBEEditor
10
+ - Rubberduck.VBEditor.*
11
# it makes no sense to track coverage on unit-tests
12
- RubberduckTests
13
@@ -28,22 +29,3 @@ comment:
28
29
layout: "flags, diff, files"
30
behavior: once
31
require_changes: yes
-
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
41
- - Rubberduck.Core/UI
42
- inspections:
43
44
- - Rubberduck.Inspections
45
- tools:
46
47
- - Rubberduck.SourceControl
48
- - Rubberduck.SmartIndenter
49
- - Rubberduck.RegexAssistant
0 commit comments