Skip to content

#52: add local v2 coverage guide - #53

Open
tkilias wants to merge 2 commits into
docs/restructure-developer-guidefrom
docs/v2-coverage-guide
Open

tkilias wants to merge 2 commits into
docs/restructure-developer-guidefrom
docs/v2-coverage-guide

Conversation

@tkilias

@tkilias tkilias commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator

Closes #52

Summary

  • add local Bazel coverage instructions for v2
  • document LCOV summary and file-by-file text reports
  • document HTML report generation with genhtml
  • document the CI-compatible SonarQube coverage report

The branch contains the coverage guide and the follow-up text-report commands.

Document local LCOV and HTML coverage generation plus the CI-compatible SonarQube coverage report.
@tkilias
tkilias requested a deployment to v2-fuzzing-pr-approval September 21, 2026 23:08 — with GitHub Actions Waiting
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 21, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-21T23:14:42.209795Z 4c45557 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4c45557d6c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


```bash
genhtml bazel-out/_coverage/_coverage_report.dat \
--output-directory coverage-html

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Ignore the generated coverage HTML directory

When a developer follows this command, coverage-html/ is created inside the repository but is not matched by either the root .gitignore or the v2-specific .gitignore. The generated report can contain many files, so it will pollute git status and can be accidentally included by git add ., despite the guide saying it should not be committed; add this output directory to an applicable ignore file.

Useful? React with 👍 / 👎.

@sonarqubecloud

Copy link
Copy Markdown

This branch is waiting to be deployed

1 waiting deployment
v2-fuzzing-pr-approval 4c45557d Waiting Sep 21, 2026 by tkilias via pr_approval #42
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.

1 participant