From 2f68661fc18e2fc6b8262960604c75c5d3a9fb6f Mon Sep 17 00:00:00 2001 From: Eoin O'Connor Date: Wed, 4 Sep 2019 21:37:13 +1000 Subject: [PATCH] * [https://github.com/eoin55/HoneyBear.HalClient/issues/24] - Attempting (again) to fix an issue with OpenCover, which appears to have stopped producing coverage reports. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 83da79a..6c57fae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ build_script: after_test: - ps: >- . $env:USERPROFILE\.nuget\packages\OpenCover\4.6.519\tools\OpenCover.Console.exe ` - -register:Path32 ` + -register:Path64 ` -filter:"+[HoneyBear.HalClient]*" ` -target:"$env:USERPROFILE\.nuget\packages\NUnit.ConsoleRunner\3.8.0\tools\nunit3-console.exe" ` -targetargs:".\Src\HoneyBear.HalClient.Unit.Tests\bin\$env:CONFIGURATION\net471\HoneyBear.HalClient.Unit.Tests.dll" `