From cb338f26ec6a5062b847fca72eca9dbb971d2e94 Mon Sep 17 00:00:00 2001 From: Zama Bandeira Braga Date: Mon, 10 Apr 2017 22:35:29 -0300 Subject: [PATCH] #10 add support to code cover --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04877b0..852afb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ 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 ./src/packages/NUnit.Console.3.0.1/tools/nunit3-console.exe ./src/TweetNaCl.Tests/bin/Release/TweetNaCl.Tests.dll + - mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[mscorlib] ./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