Skip to content

Improve code coverage reporting in CI workflow - #105

Open
vb2ae wants to merge 3 commits into
masterfrom
update_nuget_packages
Open

Improve code coverage reporting in CI workflow#105
vb2ae wants to merge 3 commits into
masterfrom
update_nuget_packages

Conversation

@vb2ae

@vb2ae vb2ae commented Dec 21, 2025

Copy link
Copy Markdown
Collaborator

Replaces OpenCover XML artifact upload with HTML and Markdown coverage reports generated by ReportGenerator. Installs the dotnet-reportgenerator-globaltool, generates user-friendly coverage summaries, and uploads the HTML report as an artifact.

Replaces OpenCover XML artifact upload with HTML and Markdown
coverage reports generated by ReportGenerator. Installs the
dotnet-reportgenerator-globaltool, generates user-friendly
coverage summaries, and uploads the HTML report as an artifact.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances the CI workflow's code coverage reporting by replacing the OpenCover XML artifact with more user-friendly HTML and Markdown reports generated by ReportGenerator. The changes provide better visualization and summaries of test coverage.

Key changes:

  • Installs dotnet-reportgenerator-globaltool as a global tool
  • Generates HTML and Markdown coverage reports from Cobertura XML files
  • Replaces OpenCover XML artifact upload with HTML coverage report artifact

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/dotnet.yml Outdated
Comment thread .github/workflows/dotnet.yml Outdated
Comment thread .github/workflows/dotnet.yml
vb2ae and others added 2 commits December 21, 2025 07:21
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants