We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1503ea commit 3dea733Copy full SHA for 3dea733
.travis.yml
@@ -25,7 +25,7 @@ script:
25
#- mono ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll
26
27
- export LD_LIBRARY_PATH=/usr/local/lib
28
- - mono --verbose --debug --profile=monocov:outfile=monocovCoverage.cov,+[F23.StringSimilarity],+[F23.StringSimilarity.Tests] ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll
+ - mono --debug --profile=monocov:outfile=monocovCoverage.cov,+[F23.StringSimilarity],+[F23.StringSimilarity.Tests] ./testrunner/xunit.runner.console.2.1.0/tools/xunit.console.exe ./test/F23.StringSimilarity.Tests/bin/Release/F23.StringSimilarity.Tests.dll
29
- monocov --export-xml=monocovCoverage monocovCoverage.cov
30
- REPO_COMMIT_AUTHOR=$(git show -s --pretty=format:"%cn")
31
- REPO_COMMIT_AUTHOR_EMAIL=$(git show -s --pretty=format:"%ce")
0 commit comments