Skip to content

Commit

Permalink
appveyor wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien committed Oct 5, 2016
1 parent 9d9aaf3 commit 9dcf427
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ test_script:
- cmd: cd .\tests\TinyPng.Tests\
- cmd: dotnet test -c %CONFIGURATION% --no-build #.\tests\TinyPng.Tests\
after_test:
- cmd: opencover.console -target:"dotnet.exe" -targetargs:"test -c %CONFIGURATION% --no-build" -register:user -filter:"+[*]* -[xunit*]*" -output:"coverage.xml"
- bash <(curl -s https://codecov.io/bash)
- cmd: opencover.console -target:"dotnet.exe" -targetargs:"test -c %CONFIGURATION% --no-build" -register:user -filter:"+[*]* -[xunit*]*" -output:"coverage.xml" -oldstyle
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"
artifacts:
- path: artifacts\**\*.*

Expand Down

0 comments on commit 9dcf427

Please sign in to comment.