Skip to content

Commit

Permalink
Updated to use the nuget version of coveralls.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
trichards57 committed Feb 3, 2018
1 parent 5300f81 commit 954be70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_test:
- cmd: mkdir %APPVEYOR_BUILD_FOLDER%\reports\coverage\history
- cmd: cd %APPVEYOR_BUILD_FOLDER% && nuget install OpenCover -ExcludeVersion -OutputDirectory tools
- cmd: cd %APPVEYOR_BUILD_FOLDER% && nuget install xunit.runner.console -ExcludeVersion -OutputDirectory tools
- cmd: cd %APPVEYOR_BUILD_FOLDER% && nuget install coveralls.io -ExcludeVersion -OutputDirectory tools
test_script:
- cmd: cd %APPVEYOR_BUILD_FOLDER%\zxcvbn-core-test && set APPVEYOR_API_URL= && ..\tools\OpenCover\tools\OpenCover.Console.exe -target:"%programfiles%\dotnet\dotnet.exe" -targetargs:"xunit -noShadow -xml ..\test-results.xml" -register:user -output:"..\reports\coverage\coverage.xml" -skipautoprops -filter:"+[zxcvbn-core*]* -[zxcvbn-core-test]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -mergebyhash -returntargetcode -oldStyle
after_test:
Expand Down

0 comments on commit 954be70

Please sign in to comment.