Skip to content

Commit

Permalink
install codecov from choco
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed May 5, 2018
1 parent a75619a commit 31a63f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
install:
- choco install gitversion.portable -pre -y
- choco install codecov

before_build:
- .paket\paket.bootstrapper.exe
Expand All @@ -16,8 +17,6 @@ after_build:

after_test:
- .\packages\OpenCover\tools\OpenCover.Console.exe -register:user -target:nunit3-console.exe -targetargs:"src\JsonLD.Entities.Tests\bin\Release\JsonLD.Entities.Tests.dll src\Documentation\bin\Release\JsonLD.Docu.dll" -returntargetcode -filter:"+[JsonLD.Entities]*" -hideskipped:All -output:.\JsonLD.Entities_coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "JsonLD.Entities_coverage.xml"

artifacts:
Expand Down

0 comments on commit 31a63f4

Please sign in to comment.