Skip to content

Commit 9f39df7

Browse files
committed
fix codecov yml
This should finally get us some actual coverage back :D
1 parent df8778a commit 9f39df7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

codecov.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,32 @@ codecov:
33

44
ignore:
55
# as requested by MDoerner, because they aren't really testable
6-
- Rubberduck.VBEEditor
7-
- Rubberduck.VBEditor.*
6+
- "Rubberduck.VBEEditor"
7+
- "Rubberduck.VBEditor.*"
88
# it makes no sense to track coverage on unit-tests
9-
- RubberduckTests
9+
- "RubberduckTests"
1010
# xaml files are not checked for coverage
1111
# AutoGenerated files are not contributing to coverage
12-
- **/*.Designer.cs
12+
- "**/*.Designer.cs"
1313

1414
coverage:
1515
round: nearest
1616
precision: 2
1717
range: 40..80
1818
status:
19-
# status information for PRs only
20-
only_pulls: true
2119
patch:
2220
default:
21+
# status information for PRs only
22+
only_pulls: true
2323
# don't block mindlessly on coverage failures
2424
informational: true
2525
# strongly suggest more than 60% of changes be covered
2626
target: 60
2727
threshold: 10
2828
project:
2929
default:
30+
# status information for PRs only
31+
only_pulls: true
3032
# don't block mindlessly on coverage failures
3133
informational: true
3234
target: 0 # don't force a minimum coverage

0 commit comments

Comments
 (0)