Skip to content

chore: stop tracking .coverage artifact - #17

Merged
sjamal merged 1 commit into
mainfrom
chore/untrack-coverage-artifact
Aug 23, 2026
Merged

chore: stop tracking .coverage artifact#17
sjamal merged 1 commit into
mainfrom
chore/untrack-coverage-artifact

Conversation

@sjamal

@sjamal sjamal commented Aug 23, 2026

Copy link
Copy Markdown
Owner

Untracks .coverage (it embeds absolute local file paths, including the local machine username) and adds it plus .venv/ to .gitignore. A follow-up history rewrite will purge prior copies from git history entirely.

- The .coverage SQLite database embeds absolute local file paths
  (including the local machine username), which leaked into the
  public repo history. Untrack it and add it (plus .venv/) to
  .gitignore so it is never committed again.
- History still contains prior copies; a follow-up history rewrite
  purges them entirely.
@sjamal
sjamal merged commit 1cd4816 into main Aug 23, 2026
1 check passed
@sjamal
sjamal deleted the chore/untrack-coverage-artifact branch August 23, 2026 01:58
sjamal added a commit that referenced this pull request Aug 23, 2026
- The .coverage SQLite database embeds absolute local file paths
  (including the local machine username), which leaked into the
  public repo history. Untrack it and add it (plus .venv/) to
  .gitignore so it is never committed again.
- History still contains prior copies; a follow-up history rewrite
  purges them entirely.
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