Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwetanow committed Mar 2, 2017
1 parent f1637c9 commit cec7f8e
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 @@ -11,6 +11,6 @@ before_build:
- ps: nuget restore ./src/Logs.sln

after_test:
- src\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"src\packages\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe" -targetargs:"src\Logs.Web.Tests\bin\Debug\Logs.Web.Tests.dll src\Logs.Web.Tests\bin\Debug\Logs.Services.Tests.dll src\Logs.Web.Tests\bin\Debug\Logs.Data.Tests.dll src\Logs.Web.Tests\bin\Debug\Logs.Models.Tests.dll /noshadow" -output:coverage.xml
- src\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"src\packages\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe" -targetargs:"/domain:single src\Logs.Web.Tests\bin\Debug\Logs.Web.Tests.dll src\Logs.Web.Tests\bin\Debug\Logs.Services.Tests.dll src\Logs.Web.Tests\bin\Debug\Logs.Data.Tests.dll src\Logs.Web.Tests\bin\Debug\Logs.Models.Tests.dll" -output:coverage.xml

- src\packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover coverage.xml

0 comments on commit cec7f8e

Please sign in to comment.