Skip to content

Commit

Permalink
[#24] - Attempting to fix an issue with OpenCover, which appears to h…
Browse files Browse the repository at this point in the history
…ave stopped producing coverage reports.
  • Loading branch information
eoin55 committed Sep 4, 2019
1 parent 7cf3e67 commit e396ff1
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:user `
-register:Path32 `
-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 e396ff1

Please sign in to comment.