Skip to content

Commit

Permalink
Test Reporter action
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-martinsmith committed Aug 21, 2024
1 parent 7d5a5c2 commit 137fa68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,14 @@ jobs:
coverage-path: "**/coverage.cobertura.xml"
coverage-threshold: ${{ env.COVERAGE_WARNING_THRESHOLD }}

- uses: actions/upload-artifact@v4 # upload test results
- uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: test-results
badge-title: Test Results
path: "**/*.trx"
reporter: dotnet-trx
artifact: test-results

- name: Pull Request - Add Coverage Comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 137fa68

Please sign in to comment.