From 89966a7c2a0e32cb5706e5d0e72f1e62b561e31f Mon Sep 17 00:00:00 2001 From: aseduto Date: Mon, 24 Sep 2018 10:59:34 +0200 Subject: [PATCH] align out --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8176d03..d23cc44 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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