File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ environment:
59
59
before_build :
60
60
- development/java/Rubberduck.Parsing/Grammar/gradlew.bat -p development/java/Rubberduck.Parsing/Grammar clean build
61
61
- cinst innosetup -version 5.6.1
62
+ - cinst codecov
62
63
- cinst opencover.portable
63
64
- nuget restore RubberduckMeta.sln
64
65
- nuget restore Rubberduck.sln
@@ -76,9 +77,8 @@ test_script:
76
77
- |
77
78
OpenCover.Console.exe -register:Path64 -returntargetcode -target:"nunit3-console.exe" -threshold:10 -targetargs:".\RubberduckTests\bin\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
78
79
OpenCover.Console.exe -register:Path64 -returntargetcode -target:"nunit3-console.exe" -threshold:10 -targetargs:".\RubberduckTestsCodeAnalysis\bin\RubberduckTestsCodeAnalysis.dll" -output:".\RubberduckCodeAnalysis_Coverage.xml"
79
- curl --silent https://codecov.io/bash --output codecov
80
- bash codecov -f Rubberduck_Coverage.xml -f RubberduckCodeAnalysis_Coverage.xml
81
-
80
+ codecov -f "Rubberduck_Coverage.xml RubberduckCodeAnalysis_Coverage.xml"
81
+
82
82
# Define the installer-name depending on what branch we're building on
83
83
for :
84
84
-
You can’t perform that action at this time.
0 commit comments