Skip to content

Commit b8bd3ba

Browse files
authored
revert codecov bash uploader introduction
This should improve build stability by eliminating a point of failure with the download of the coverage uploader depending on chocolatey again
1 parent 2b17c42 commit b8bd3ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ environment:
5959
before_build:
6060
- development/java/Rubberduck.Parsing/Grammar/gradlew.bat -p development/java/Rubberduck.Parsing/Grammar clean build
6161
- cinst innosetup -version 5.6.1
62+
- cinst codecov
6263
- cinst opencover.portable
6364
- nuget restore RubberduckMeta.sln
6465
- nuget restore Rubberduck.sln
@@ -76,9 +77,8 @@ test_script:
7677
- |
7778
OpenCover.Console.exe -register:Path64 -returntargetcode -target:"nunit3-console.exe" -threshold:10 -targetargs:".\RubberduckTests\bin\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
7879
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+
8282
# Define the installer-name depending on what branch we're building on
8383
for:
8484
-

0 commit comments

Comments
 (0)