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:
3
3
4
4
ignore :
5
5
# as requested by MDoerner, because they aren't really testable
6
- - Rubberduck.VBEEditor
7
- - Rubberduck.VBEditor.*
6
+ - " Rubberduck.VBEEditor"
7
+ - " Rubberduck.VBEditor.*"
8
8
# it makes no sense to track coverage on unit-tests
9
- - RubberduckTests
9
+ - " RubberduckTests"
10
10
# xaml files are not checked for coverage
11
11
# AutoGenerated files are not contributing to coverage
12
- - **/*.Designer.cs
12
+ - " **/*.Designer.cs"
13
13
14
14
coverage :
15
15
round : nearest
16
16
precision : 2
17
17
range : 40..80
18
18
status :
19
- # status information for PRs only
20
- only_pulls : true
21
19
patch :
22
20
default :
21
+ # status information for PRs only
22
+ only_pulls : true
23
23
# don't block mindlessly on coverage failures
24
24
informational : true
25
25
# strongly suggest more than 60% of changes be covered
26
26
target : 60
27
27
threshold : 10
28
28
project :
29
29
default :
30
+ # status information for PRs only
31
+ only_pulls : true
30
32
# don't block mindlessly on coverage failures
31
33
informational : true
32
34
target : 0 # don't force a minimum coverage
You can’t perform that action at this time.
0 commit comments