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 3646b29 commit f61e2ecCopy full SHA for f61e2ec
.github/workflows/ci.yml
@@ -174,6 +174,9 @@ jobs:
174
working-directory: ./src
175
176
- name: Test
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
181
182
0 commit comments