-
Notifications
You must be signed in to change notification settings - Fork 127
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
Optimize Coverage Exclusion #2835
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: 0 B Total Size: 670 kB ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2835 +/- ##
==========================================
- Coverage 87.90% 87.75% -0.16%
==========================================
Files 218 221 +3
Lines 12724 12746 +22
Branches 1727 1730 +3
==========================================
Hits 11185 11185
- Misses 1487 1506 +19
- Partials 52 55 +3 |
6a4abb4
to
404a752
Compare
404a752
to
45bb11d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this! 🙌🏻
45bb11d
to
0c45cf4
Compare
0c45cf4
to
e01cc3a
Compare
e01cc3a
to
02325bf
Compare
Purpose
Following the addition of translations in CUI, translation files should be excluded from vite coverage.
Approach and changes
Add pattern for excluding translation files to the vite config.
Exclude css modules.
Fix pattern for dist/ folders
Definition of done