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 4427069 commit 9361c38Copy full SHA for 9361c38
.github/workflows/ci.yml
@@ -171,7 +171,7 @@ jobs:
171
working-directory: ./src/Plugins/MinIO/Tests
172
173
- name: Test
174
- run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
+ run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal --results-directory "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
175
working-directory: ./src
176
177
- name: End SonarScanner
0 commit comments