From f1631cf6f9b2efb1cd6853137938d9a3541b58ec Mon Sep 17 00:00:00 2001 From: Arjen Post Date: Sat, 24 Mar 2018 06:42:48 +0100 Subject: [PATCH] codecov fixes --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 543c0dc..2b2222d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -115,7 +115,7 @@ after_test: Execute-Action "generating code coverage report" { msbuild -p:Configuration=$env:CONFIGURATION -v:m -p:codecov=true - OpenCover.Console.exe -target:"$env:XUNIT20/xunit.console.x86.exe" -targetargs:"test/$env:APPVEYOR_PROJECT_NAME.Tests/bin/$env:CONFIGURATION/net45/$env:APPVEYOR_PROJECT_NAME.Tests.dll -noshadow" -register:user -filter:"+[*]* -[$env:APPVEYOR_PROJECT_NAME.Tests]* -[$env:APPVEYOR_PROJECT_NAME.Samples]*" -hideskipped:All -output:"./coverage.xml" + OpenCover.Console.exe -target:"$env:XUNIT20/xunit.console.x86.exe" -targetargs:"test/$env:APPVEYOR_PROJECT_NAME.Tests/bin/$env:CONFIGURATION/net471/$env:APPVEYOR_PROJECT_NAME.Tests.dll -noshadow" -register:user -filter:"+[*]* -[$env:APPVEYOR_PROJECT_NAME.Tests]* -[$env:APPVEYOR_PROJECT_NAME.Samples]*" -hideskipped:All -output:"./coverage.xml" } - ps: |