Skip to content

Commit

Permalink
Trying to fix the problem with OpenCover
Browse files Browse the repository at this point in the history
  • Loading branch information
Kralizek committed Sep 13, 2015
1 parent 93c0a24 commit 20f606d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Nybus.nunit
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<NUnitProject>
<Settings activeconfig="Debug" />
<Config name="Debug" binpathtype="Auto">
<Config name="Release" binpathtype="Auto">
<assembly path="tests\Tests.CastleWindsor\bin\Release\Tests.CastleWindsor.dll" />
<assembly path="tests\Tests.Core\bin\Release\Tests.Core.dll" />
<assembly path="tests\Tests.Interfaces\bin\Release\Tests.Interfaces.dll" />
<assembly path="tests\Tests.MassTransit\bin\Release\Tests.MassTransit.dll" />
<assembly path="tests\Tests.NLog\bin\Release\Tests.NLog.dll" />
</Config>
<Config name="Release" binpathtype="Auto" />
</NUnitProject>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test:
artifacts:
- path: coverage.xml
after_test:
- packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -filter:"+[Nybus.*]*" -target:".\packages\NUnit.Runners.2.6.4\tools\nunit-console.exe" -targetargs:"/noshadow /domain:single /process:multiple nybus.nunit" -output:coverage.xml
- packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -filter:"+[Nybus.*]*" -target:".\packages\NUnit.Runners.2.6.4\tools\nunit-console.exe" -targetargs:"/process:multiple /noshadow /domain:multiple Nybus.nunit" -output:coverage.xml
- packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover coverage.xml
1 change: 1 addition & 0 deletions packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<package id="OpenCover" version="4.6.166" targetFramework="net46" />
<package id="coveralls.io" version="1.3.4" targetFramework="net46" />
<package id="NuGet.CommandLine" version="2.8.6" targetFramework="net46" />
<package id="ReportGenerator" version="2.3.1" targetFramework="net46" />
</packages>

0 comments on commit 20f606d

Please sign in to comment.