Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csMACnz committed May 21, 2018
1 parent 864b61a commit ec43fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -22,7 +22,7 @@ build_script:
test_script:
- ps: >-
dotnet tool install coveralls.net --version 1.0.0-beta0003 --tool-path $(pwd)/tools
dotnet tool install coveralls.net --version 1.0.0-beta0003 --tool-path "${pwd}/tools"
dotnet test src\GameOfLife.xUnit.Tests\GameOfLife.xUnit.Tests.csproj"" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutputDirectory=../../
- cmd: .\tools\csmacnz.Coveralls.exe --opencover -i coverage.xml --useRelativePaths
Expand Down

0 comments on commit ec43fa9

Please sign in to comment.