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 1f56a45 commit 0a2fb12Copy full SHA for 0a2fb12
.travis.yml
@@ -22,7 +22,7 @@ script:
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="${TEST_RESULTS_PATH}/**/*"
+ /d:sonar.exclusions="**/*.xml" # 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