Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add dotnet code coverage #5403

Merged
merged 13 commits into from
Feb 6, 2025
Prev Previous commit
Next Next commit
syntax
  • Loading branch information
bassmang committed Feb 6, 2025
commit c6f4521dedc91357d96add64de05a0bd0f1b11af
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
reportgenerator \
-reports:${{ github.workspace }}/dotnet/**/TestResults/**/coverage.cobertura.xml \
-targetdir:${{ github.workspace }}/dotnet/coverage-report \
-reporttypes:Cobertura,Html
-reporttypes:Cobertura;Html
ls -R ${{ github.workspace }}/dotnet/coverage-report
- name: Upload Merged Coverage Report
if: matrix.os == 'ubuntu-latest'
Expand Down
Loading