1 parent 3145486 commit 5a11ec3Copy full SHA for 5a11ec3
2 files changed
.github/workflows/reusable-dotnet-quality.yml
@@ -131,6 +131,7 @@ jobs:
131
if: ${{ inputs.sonar-enabled }}
132
uses: ./workflow-parts/actions/dotnet/build-test-sonar
133
with:
134
+ dotnet-test-args: ${{ inputs.dotnet-test-args }}
135
sonar-organization: ${{ inputs.sonar-organization }}
136
sonar-host-url: ${{ inputs.sonar-host-url }}
137
sonar-project-name: ${{ inputs.sonar-project-name }}
actions/dotnet/build-test/action.yml
@@ -30,5 +30,5 @@ runs:
30
run: |
31
reportgenerator "-reports:${{ inputs.report-folder }}/TestResults/*.cobertura.xml" \
32
"-targetdir:${{ inputs.report-folder }}" \
33
- "-reporttypes:Cobertura;Html;TextSummary;SonarQube"
+ "-reporttypes:Cobertura;Html;TextSummary"
34
shell: bash
0 commit comments