Skip to content

Commit

Permalink
yes one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov committed May 3, 2024
1 parent ace76bb commit 410efd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
path: ./test-results/*.trx

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

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
directory: ${{ github.workspace }}/test-results/merged_coverage_report.html
directory: ${{ github.workspace }}/coverage-results/
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 410efd9

Please sign in to comment.