Skip to content

Commit ef8e0f6

Browse files
committed
chore: Enable Codecoverage for TUnit
1 parent 34f626a commit ef8e0f6

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;Format=cobertura,opencover" /p:GeneratePackageOnBuild=false
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 -- --coverage --coverage-output-format cobertura
120120
121121
- name: Stop SonarQube Analysis
122122
if: ${{ inputs.enableSonarQube == true && (success() || steps.test.conclusion == 'failure') }}

0 commit comments

Comments
 (0)