Skip to content

Commit

Permalink
escape command
Browse files Browse the repository at this point in the history
  • Loading branch information
csMACnz committed Oct 3, 2018
1 parent 997d2dd commit 39216f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -28,7 +28,7 @@ build_script:
test_script:
- cmd: psake appveyor-test
- sh: dotnet test src/csmacnz.Coveralls.Tests/csmacnz.Coveralls.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutputDirectory=../../
- sh: [[ ! -z "${COVERALLS_REPO_TOKEN}" ]] && dotnet run -c Release --project src/csmacnz.Coveralls/csmacnz.Coveralls.csproj -- --opencover -i "coverage.xml" --treatUploadErrorsAsWarnings --useRelativePaths
- sh: "[[ ! -z \"${COVERALLS_REPO_TOKEN}\" ]] && dotnet run -c Release --project src/csmacnz.Coveralls/csmacnz.Coveralls.csproj -- --opencover -i 'coverage.xml' --treatUploadErrorsAsWarnings --useRelativePaths"
artifacts:
- path: TestResults/Coverage.xml
name: Coverage.xml
Expand Down

0 comments on commit 39216f1

Please sign in to comment.