Skip to content

Commit 84b8359

Browse files
committed
fix: removed again
1 parent 6e23eae commit 84b8359

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,8 @@ jobs:
9494
- name: Test
9595
id: test
9696
run: |
97-
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=json,opencover
97+
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
9898
99-
- name: Publish Test Results
100-
uses: EnricoMi/publish-unit-test-result-action@v2.16.1
101-
if: always()
102-
with:
103-
files: |
104-
**/TestResults/**/*.json
10599
106100
- name: Stop SonarQube Analysis
107101
if: ${{ inputs.enableSonarQube == true && (success() || steps.test.conclusion == 'failure') }}

0 commit comments

Comments
 (0)