Skip to content

Commit

Permalink
Remove test projects, pi test
Browse files Browse the repository at this point in the history
  • Loading branch information
cwetanow committed Mar 25, 2017
1 parent b04fa01 commit d22dc24
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:"/domain:single src\Logs.Web.Tests\bin\Debug\Logs.Web.Tests.dll src\Logs.Services.Tests\bin\Debug\Logs.Services.Tests.dll src\Logs.Data.Tests\bin\Debug\Logs.Data.Tests.dll src\Logs.Models.Tests\bin\Debug\Logs.Models.Tests.dll src\Logs.Providers.Tests\bin\Debug\Logs.Providers.Tests.dll src\Logs.Authentication.Tests\bin\Debug\Logs.Authentication.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:"/domain:single src\Logs.Data.Tests\bin\Debug\Logs.Data.Tests.dll" -output:coverage.xml

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

0 comments on commit d22dc24

Please sign in to comment.