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 f61e2ec commit e154710Copy full SHA for e154710
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
env:
178
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
180
- 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
181
working-directory: ./src
182
183
- name: End SonarScanner
0 commit comments