Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov committed May 3, 2024
1 parent b885df9 commit 9497296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
name: trx-test-results
path: ./test-results/*.trx

- name: Set Permissions for Test Results Directory
run: mkdir -p ${{ github.workspace }}/test-results/merged-report

- name: Merge Coverage Reports
run: reportgenerator "-reports:${{ github.workspace }}/test-results/coverage_*.cobertura.xml" "-targetdir:${{ github.workspace }}/test-results/merged-report" "-reporttypes:Html"

Expand Down

0 comments on commit 9497296

Please sign in to comment.