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 224c361 commit 3bdfc7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ install:
- cd ../../zamabraga/tweetnacl-cs
script:
- xbuild /p:Configuration=Release ./src/TweetNaCl.sln
- ls
- 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
- cat monocovCoverage.cov
Expand Down

0 comments on commit 3bdfc7f

Please sign in to comment.