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 0a2fb12 commit 172867cCopy full SHA for 172867c
.travis.yml
@@ -21,8 +21,7 @@ script:
21
/d:sonar.host.url="$SONAR_URL" \
22
/d:sonar.login="$SONAR_TOKEN" \
23
/d:sonar.cs.vstest.reportsPaths="${TEST_RESULTS_PATH}/results.trx" \
24
- /d:sonar.cs.opencover.reportsPaths="${TEST_RESULTS_PATH}/coverage.xml" \
25
- /d:sonar.exclusions="**/*.xml" # coverage.xml
+ /d:sonar.cs.opencover.reportsPaths="${TEST_RESULTS_PATH}/coverage.xml"
26
- dotnet test -c Release -l:"trx;LogFileName=results.trx" /p:CollectCoverage=true /p:CoverletOutputFormat="opencover" /p:CoverletOutput="TestResults/coverage.xml"
27
- dotnet publish -c Release
28
- dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"
0 commit comments