File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ on_success:
7171 - ps : |
7272 $ProgressPreference = 'SilentlyContinue'
7373 Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile codecov.exe
74- ./codecov.exe -f '*_Coverage.xml'
74+ ./codecov.exe -f 'Rubberduck_Coverage.xml' -X search
75+ ./codecov.exe -f 'RubberduckCodeAnalysis_Coverage.xml' -X search
7576# choco install gnupg --no-progress --limit-output --confirm --execution-timeout=60
7677# Invoke-WebRequest -Uri https://keybase.io/codecovsecurity/pgp_keys.asc -OutFile codecov.asc
7778# gpg.exe --import codecov.asc
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