Skip to content

chore: remove generated coverage reports from source control#18

Merged
thunderavi merged 1 commit into
mainfrom
codex/remove-generated-coverage-reports
May 19, 2026
Merged

chore: remove generated coverage reports from source control#18
thunderavi merged 1 commit into
mainfrom
codex/remove-generated-coverage-reports

Conversation

@thunderavi
Copy link
Copy Markdown
Owner

This PR removes generated Jest coverage output from source control and adds coverage/ to .gitignore.

Why:

  • GitHub Linguist is counting generated coverage HTML files in the repository language stats.
  • The repository currently tracks many generated coverage/**/*.html files.
  • Removing these files should reduce the misleading HTML percentage after merge and GitHub re-indexing.

Changes:

  • Ignore coverage/
  • Remove tracked generated coverage reports

Note: this does not delete local coverage output; it only stops Git from tracking it.

Copilot AI review requested due to automatic review settings May 19, 2026 06:37
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@thunderavi thunderavi merged commit b1bdd43 into main May 19, 2026
0 of 3 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.

2 participants