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 18d5460 commit 34f626aCopy full SHA for 34f626a
.github/workflows/step-dotnet-tests.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Test
117
id: test
118
run: |
119
- dotnet test ${{ inputs.solution }} -c Release -v ${{ inputs.dotnet-logging }} --no-build --no-restore --collect:"XPlat Code Coverage" /p:GeneratePackageOnBuild=false -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
+ dotnet test ${{ inputs.solution }} -c Release -v ${{ inputs.dotnet-logging }} --no-build --no-restore --collect:"XPlat Code Coverage;Format=cobertura,opencover" /p:GeneratePackageOnBuild=false
120
121
- name: Stop SonarQube Analysis
122
if: ${{ inputs.enableSonarQube == true && (success() || steps.test.conclusion == 'failure') }}
0 commit comments