Skip to content

chore: stop tracking .coverage, ignore coverage artifacts#25

Merged
heznpc merged 1 commit into
mainfrom
chore/heznpc-session-2026-05-20
May 20, 2026
Merged

chore: stop tracking .coverage, ignore coverage artifacts#25
heznpc merged 1 commit into
mainfrom
chore/heznpc-session-2026-05-20

Conversation

@heznpc

@heznpc heznpc commented May 20, 2026

Copy link
Copy Markdown
Member

Summary

  • PR test: greet input-bound enforcement #23 accidentally landed a 53KB .coverage binary in main. Remove it from tracking.
  • Extend .gitignore with .coverage, .coverage.*, htmlcov/, coverage.xml so local test runs no longer pollute commits.
  • Append [Unreleased] entry to CHANGELOG.md.

Test plan

  • pytest still passes locally (17/17)
  • .coverage no longer tracked (git ls-files | grep -i coverage returns empty)

PR #23 accidentally committed a 53KB .coverage binary into main. Remove it
from tracking and extend .gitignore so coverage artifacts (.coverage*,
htmlcov/, coverage.xml) stay out of future commits.

Refs: heznpc-session sweep 2026-05-20
@heznpc heznpc merged commit 693b344 into main May 20, 2026
@heznpc heznpc deleted the chore/heznpc-session-2026-05-20 branch May 20, 2026 14:36
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