Skip to content

Commit

Permalink
update opencover version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Yeung committed Aug 19, 2015
1 parent 6f7fe16 commit 64e0c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ environment:
secure: 57QwSC01T1avA49saB0GxunhOv5fzy5CtO7lqTD4bycPjft+IS9R5a+nL1wFQzZ2

after_test:
- .\src\packages\OpenCover.4.5.3723\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe" -targetargs:"/noresults /noisolation /testcontainer:"".\src\Tests\BeYourMarket.Test\bin\Debug\BeYourMarket.Test.dll" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\coverage.xml
- .\src\packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe" -targetargs:"/noresults /noisolation /testcontainer:"".\src\Tests\BeYourMarket.Test\bin\Debug\BeYourMarket.Test.dll" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\coverage.xml
- .\src\packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover .\coverage.xml

1 change: 1 addition & 0 deletions src/Tests/BeYourMarket.Test/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<package id="Moq" version="4.2.1507.0118" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="NUnitTestAdapter" version="2.0.0" targetFramework="net45" />
<package id="OpenCover" version="4.6.166" />
</packages>

0 comments on commit 64e0c30

Please sign in to comment.