Skip to content

chore: stop tracking generated lcov.info#58

Merged
LMaxence merged 1 commit into
mainfrom
chore/untrack-lcov
Jun 27, 2026
Merged

chore: stop tracking generated lcov.info#58
LMaxence merged 1 commit into
mainfrom
chore/untrack-lcov

Conversation

@LMaxence

Copy link
Copy Markdown
Owner

lcov.info is a coverage report regenerated by npm test on every run, and it's already listed in .gitignore. But it was committed before that .gitignore entry existed, so git kept tracking it — .gitignore has no effect on already-tracked files. As a result it shows up in unrelated diffs whenever tests run.

This untracks it via git rm --cached (local file kept), so it stays ignored going forward. No code or CI consumes the committed copy.

🤖 Generated with Claude Code

lcov.info is a coverage artifact regenerated by npm test and is already listed
in .gitignore, but it remained tracked from before that entry was added.
Untrack it so it stops appearing in diffs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@LMaxence LMaxence merged commit eb150d9 into main Jun 27, 2026
2 checks passed
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