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 dedb31f commit 47f357fCopy full SHA for 47f357f
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
run: dotnet test --configuration Debug --logger "trx;LogFileName=test-results.trx" /p:CoverletOutputFormatter="cobertura" --collect:"XPlat Code Coverage"
30
31
- name: Report test results
32
- uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
+ uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
33
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
34
with:
35
name: Test Results
0 commit comments