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 e47fafb commit 8e029bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:"/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\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" -output:coverage.xml

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

0 comments on commit 8e029bb

Please sign in to comment.