Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tests): Fix coverage file exclusions #15944

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Apr 1, 2025

When running some unit tests locally, I noticed that the coverage summary contained files like vite.config.ts or .eslintrc as well as transpiled code in build. These files shouldn't be in the coverage reports and neither have an influence on the overall coverage score.

@Lms24 Lms24 self-assigned this Apr 1, 2025
@Lms24 Lms24 requested review from AbhiPrasad and lforst April 1, 2025 14:36
@Lms24 Lms24 force-pushed the lms/test-fix-coverage-excludes branch from 4f745f9 to 90b4a5a Compare April 2, 2025 10:56
@Lms24 Lms24 enabled auto-merge (squash) April 2, 2025 10:56
@Lms24 Lms24 merged commit 71409c3 into develop Apr 2, 2025
28 checks passed
@Lms24 Lms24 deleted the lms/test-fix-coverage-excludes branch April 2, 2025 11:07
onurtemizkan pushed a commit that referenced this pull request Apr 3, 2025
When running some unit tests locally, I noticed that the coverage
summary contained files like `vite.config.ts` or `.eslintrc` as well as
transpiled code in `build`. These files shouldn't be in the coverage
reports and neither have an influence on the overall coverage score.
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