Skip to content

Commit

Permalink
drr00t#10 add support to code cover
Browse files Browse the repository at this point in the history
  • Loading branch information
zamabraga committed Apr 12, 2017
1 parent 4dc354c commit 879b1f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ install:
- cd /home/travis/build/zamabraga/tweetnacl-cs
script:
- xbuild /p:Configuration=Release ./src/TweetNaCl.sln
- export LD_LIBRARY_PATH=/usr/local/lib
- ls src/TweetNaCl.Tests/bin/Release/
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[TweetNaCl] ./src/packages/NUnit.Console.3.0.1/tools/nunit3-console.exe ./src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll
- export LD_LIBRARY_PATH=/usr/local/lib
- mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[TweetNaCl],+[TweetNaCl.Tests] ./src/packages/NUnit.Console.3.0.1/tools/nunit3-console.exe ./src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll
- monocov --export-xml=monocovCoverage monocovCoverage.cov
- cat monocovCoverage.cov
- ls monocovCoverage
Expand Down

0 comments on commit 879b1f9

Please sign in to comment.