Skip to content

feat(go): add unit-cov-gaps recipe#26

Merged
retr0h merged 2 commits intomainfrom
feat/unit-cov-gaps
Mar 22, 2026
Merged

feat(go): add unit-cov-gaps recipe#26
retr0h merged 2 commits intomainfrom
feat/unit-cov-gaps

Conversation

@retr0h
Copy link
Contributor

@retr0h retr0h commented Mar 22, 2026

Summary

  • Add unit-cov-gaps recipe that filters coverage to only files without 100% coverage and opens an HTML heatmap of just those files
  • Useful for quickly verifying which specific lines are uncovered without scrolling through fully-covered files

Test plan

  • Run just go::unit-cov-gaps — browser opens with only gap files
  • When all files are 100%, prints "No coverage gaps found." and exits

🤖 Generated with Claude Code

Filters the coverage profile to only files without 100% coverage
and opens an HTML heatmap showing just those files. Useful for
quickly verifying which specific lines are uncovered.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

Thank you for contributing to this project! 😊🕹️

Co-Authored-By: Claude <noreply@anthropic.com>
@retr0h retr0h merged commit 2f4c2b9 into main Mar 22, 2026
4 checks passed
@retr0h retr0h deleted the feat/unit-cov-gaps branch March 22, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant