Skip to content

Commit 34f626a

Browse files
authored
chore: Normalized test parameters (#109)
1 parent 18d5460 commit 34f626a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step-dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Test
117117
id: test
118118
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
119+
dotnet test ${{ inputs.solution }} -c Release -v ${{ inputs.dotnet-logging }} --no-build --no-restore --collect:"XPlat Code Coverage;Format=cobertura,opencover" /p:GeneratePackageOnBuild=false
120120
121121
- name: Stop SonarQube Analysis
122122
if: ${{ inputs.enableSonarQube == true && (success() || steps.test.conclusion == 'failure') }}

0 commit comments

Comments
 (0)