File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,30 +3,32 @@ codecov:
33
44ignore :
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
1414coverage :
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
You can’t perform that action at this time.
0 commit comments