-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: fix missing file issues when running solo from npm install -g #734
Conversation
Signed-off-by: Jeromy Cannon <[email protected]>
Unit Test Results - Linux 1 files 40 suites 6s ⏱️ Results for commit ebbe79d. |
Unit Test Results - Windows 1 files 40 suites 22s ⏱️ Results for commit ebbe79d. |
E2E Test Report 15 files 96 suites 55m 27s ⏱️ Results for commit ebbe79d. ♻️ This comment has been updated with latest results. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.31 #734 +/- ##
=================================================
+ Coverage 66.11% 85.32% +19.20%
=================================================
Files 38 38
Lines 14237 13286 -951
Branches 666 1229 +563
=================================================
+ Hits 9413 11336 +1923
+ Misses 4781 1826 -2955
- Partials 43 124 +81
|
## [0.31.3](v0.31.2...v0.31.3) (2024-10-23) ### Bug Fixes * fix missing file issues when running solo from npm install -g ([#734](#734)) ([c0c50ef](c0c50ef))
🎉 This PR is included in version 0.31.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues