-
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 incorrect loading of package.json #737
Conversation
Signed-off-by: Jeromy Cannon <[email protected]>
Unit Test Results - Linux 1 files 40 suites 6s ⏱️ Results for commit d1d778e. |
Unit Test Results - Windows 1 files 40 suites 22s ⏱️ Results for commit d1d778e. |
E2E Test Report 15 files 96 suites 56m 47s ⏱️ Results for commit d1d778e. ♻️ 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 #737 +/- ##
=================================================
+ Coverage 66.11% 85.32% +19.20%
=================================================
Files 38 38
Lines 14237 13285 -952
Branches 666 1206 +540
=================================================
+ Hits 9413 11335 +1922
+ Misses 4781 1877 -2904
- Partials 43 73 +30
|
## [0.31.4](v0.31.3...v0.31.4) (2024-10-23) ### Bug Fixes * fix incorrect loading of package.json ([#737](#737)) ([12623f9](12623f9))
🎉 This PR is included in version 0.31.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues