-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
[PUI] Add codecov bundler analyzer #8097
[PUI] Add codecov bundler analyzer #8097
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8097 +/- ##
==========================================
+ Coverage 83.75% 84.43% +0.68%
==========================================
Files 1143 1144 +1
Lines 51084 51226 +142
Branches 1790 1815 +25
==========================================
+ Hits 42787 43255 +468
+ Misses 7836 7756 -80
+ Partials 461 215 -246
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
LGTM @matmair - any further work here or good to go? |
@SchrodingersGat ready to go |
Thanks @matmair |
This PR adds support for codecovs bundler analyzer.
For that it introduces a vite plugin that analyzes the bundle at build time and uploads the results for historical analysis to codecov.
A PR comment is added with the analysis results (only running on changes to PUI were made in the PR).