Skip to content

[coverage] initial implementation#63

Draft
thejchap wants to merge 4 commits intomainfrom
thejchap/coverage
Draft

[coverage] initial implementation#63
thejchap wants to merge 4 commits intomainfrom
thejchap/coverage

Conversation

@thejchap
Copy link
Copy Markdown
Owner

No description provided.

@thejchap thejchap force-pushed the thejchap/coverage branch 2 times, most recently from 14b6790 to 0b37e7b Compare April 26, 2026 08:20
thejchap and others added 4 commits May 2, 2026 23:02
_in_scope was declared as a type annotation but never initialized, which
would cause an AttributeError on access. _line_callback discarded code
and line_number instead of recording the executed location in _hits.

https://claude.ai/code/session_01FpLt8Ggt5UcQsf3EkSg9YA
Both violated the project guideline to not use comments to narrate code:
`# Coverage logic` is redundant with the attribute name, and the
two-line run() docstring just restated the module-level description.

https://claude.ai/code/session_012f2ZPnDQrsvHbMfxereACU
@thejchap thejchap force-pushed the thejchap/coverage branch from 0b37e7b to d160b04 Compare May 3, 2026 03:02
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