From 583832ed4f635f838027ba3ee31e5d422778ecc2 Mon Sep 17 00:00:00 2001 From: Zama Bandeira Braga Date: Mon, 1 May 2017 09:58:41 -0300 Subject: [PATCH] #10 filter by Test namespace --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37f1e37..6b72359 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ script: - xbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.5 ./src/TweetNaCl.sln - ls ./src/TweetNaCl.Tests/bin/Release/ - export LD_LIBRARY_PATH=/usr/local/lib - - mono --release --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,+[NaCl.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