Skip to content

Commit

Permalink
Update unit-test-report.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Castaldo <roger.castaldo@gmail.com>
  • Loading branch information
roger-castaldo authored Dec 6, 2024
1 parent 43c7e03 commit 0e355e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Build-8.0
run: dotnet build --framework net8.0 --no-restore AutomatedTesting
- name: Test-8.0
run: dotnet test --framework net8.0 --no-build --verbosity normal AutomatedTesting
run: dotnet test --framework net8.0 --no-build --verbosity normal --logger "trx;LogFileName=test-results.trx" AutomatedTesting
- name: report results
uses: bibipkins/dotnet-test-reporter@v1.4.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: 'Unit Test Results'
results-path: ./**/*.trx
coverage-path: ./**/coverage.xml
coverage-threshold: 90
coverage-threshold: 90

0 comments on commit 0e355e6

Please sign in to comment.