Skip to content

docs: document Codecov coverage integration#250

Merged
toddr merged 1 commit intomainfrom
koan.toddr.bot/document-codecov-coverage
Apr 9, 2026
Merged

docs: document Codecov coverage integration#250
toddr merged 1 commit intomainfrom
koan.toddr.bot/document-codecov-coverage

Conversation

@toddr-bot
Copy link
Copy Markdown
Collaborator

@toddr-bot toddr-bot commented Apr 9, 2026

What

Adds a "Code coverage" section to CLAUDE.md documenting the Codecov integration.

Why

CI already runs Codecov on every PR (see PR #248 comment), but this wasn't documented anywhere. Contributors and agents need to know the dashboard exists and how to use it to review coverage.

How

Added a section between "Generated files" and "cpanfile" that documents:

  • The two coverage flags (perl via Devel::Cover, xs via gcov/lcov)
  • Links to the Codecov dashboard and an example PR comment
  • Current baseline: 72.71% coverage

Testing

make test passes — documentation-only change.

🤖 Generated with Claude Code


Quality Report

Changes: 1 file changed, 11 insertions(+)

Code scan: clean

Tests: passed (OK)

Branch hygiene: clean

Generated by Kōan post-mission quality pipeline

CI already runs Codecov on every PR — this makes it discoverable for
contributors and future agents by documenting the coverage flags, the
dashboard URL, and the current baseline (72.71%).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@toddr toddr marked this pull request as ready for review April 9, 2026 22:10
@toddr toddr merged commit 9fb9f12 into main Apr 9, 2026
28 checks passed
@toddr toddr deleted the koan.toddr.bot/document-codecov-coverage branch April 9, 2026 22:10
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.71%. Comparing base (4aa049b) to head (8839156).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   72.71%   72.71%           
=======================================
  Files           1        1           
  Lines        1092     1092           
  Branches      342      342           
=======================================
  Hits          794      794           
  Misses         74       74           
  Partials      224      224           
Flag Coverage Δ
perl 72.71% <ø> (ø)
xs 72.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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