Skip to content

feat: Add coverage reporting#295

Merged
hhvrc merged 7 commits intodevelopfrom
feat/add-coverage-reporting
May 6, 2026
Merged

feat: Add coverage reporting#295
hhvrc merged 7 commits intodevelopfrom
feat/add-coverage-reporting

Conversation

@hhvrc
Copy link
Copy Markdown
Contributor

@hhvrc hhvrc commented Apr 28, 2026

No description provided.

@hhvrc hhvrc self-assigned this Apr 28, 2026
Copilot AI review requested due to automatic review settings April 28, 2026 13:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds automated test coverage reporting to CI and publishes a coverage report (and badge) to GitHub Pages.

Changes:

  • Add a coverage badge link to the README.
  • Split CI tests into unit/integration jobs, generate/merge Cobertura coverage, enforce a minimum coverage threshold, and publish the report to GitHub Pages on master.
  • Increase integration test timeout to 5 minutes to reduce CI flakiness.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
README.md Adds a GitHub Pages coverage badge/link.
API.IntegrationTests/AssemblyAttributes.cs Extends integration test timeout to 5 minutes.
.github/workflows/ci-build.yml Adds coverage generation/enforcement and Pages publishing; restructures test jobs and job dependencies.

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

Comment thread .github/workflows/ci-build.yml Outdated
Comment thread .github/workflows/ci-build.yml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/ci-build.yml
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@hhvrc hhvrc merged commit bf955ed into develop May 6, 2026
9 of 10 checks passed
@hhvrc hhvrc deleted the feat/add-coverage-reporting branch May 6, 2026 21:45
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