Skip to content

Commit

Permalink
align out
Browse files Browse the repository at this point in the history
  • Loading branch information
aseduto committed Sep 24, 2018
1 parent e726ecd commit 89966a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ test_script:
- git checkout coverall
- dotnet publish ./src/minicover/minicover.csproj -o out2 -c Release
- cd ..
- dotnet ./minicover/src/minicover/out/dotnet-minicover.dll instrument --workdir ./ --assemblies ./out2/**/*.dll --sources *.cs
- dotnet ./minicover/src/minicover/out2/dotnet-minicover.dll instrument --workdir ./ --assemblies ./out2/**/*.dll --sources *.cs
- dotnet ./out2/depsman.dll
- ls
- pwsh: $ll = dotnet ./minicover/src/minicover/out/dotnet-minicover.dll report --workdir ./ --threshold 50; $ll | oh; [System.Text.RegularExpressions.Regex]::IsMatch($ll, "| Program.cs | 16 | 11 | 68.75 % |") | oh;
- dotnet ./minicover/src/minicover/out/dotnet-minicover.dll coverallreport --id %APPVEYOR_REPO_COMMIT% --servicename appveyor --output coverall.json --job %APPVEYOR_BUILD_NUMBER% --token %coverall% --branch %APPVEYOR_REPO_BRANCH% --remote origin --remote-url https://github.com/aseduto/testman.git --post https://coveralls.io/api/v1/jobs --threshold 50 --msg "%APPVEYOR_REPO_COMMIT_MESSAGE%"
- pwsh: $ll = dotnet ./minicover/src/minicover/out2/dotnet-minicover.dll report --workdir ./ --threshold 50; $ll | oh; [System.Text.RegularExpressions.Regex]::IsMatch($ll, "| Program.cs | 16 | 11 | 68.75 % |") | oh;
- dotnet ./minicover/src/minicover/out2/dotnet-minicover.dll coverallreport --id %APPVEYOR_REPO_COMMIT% --servicename appveyor --output coverall.json --job %APPVEYOR_BUILD_NUMBER% --token %coverall% --branch %APPVEYOR_REPO_BRANCH% --remote origin --remote-url https://github.com/aseduto/testman.git --post https://coveralls.io/api/v1/jobs --threshold 50 --msg "%APPVEYOR_REPO_COMMIT_MESSAGE%"
# to disable automatic tests
#test: off

Expand Down

0 comments on commit 89966a7

Please sign in to comment.