Skip to content

Commit

Permalink
* [#24] - Attempting (again) to fix an issue with OpenCover, which ap…
Browse files Browse the repository at this point in the history
…pears to have stopped producing coverage reports.
  • Loading branch information
eoin55 committed Sep 4, 2019
1 parent e396ff1 commit 2f68661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" `
Expand Down

0 comments on commit 2f68661

Please sign in to comment.