-
Notifications
You must be signed in to change notification settings - Fork 70
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: Added the root package.json file to the #3221
base: main
Are you sure you want to change the base?
Conversation
.bump-version.js script. Signed-off-by: Eric Badiere <[email protected]>
Quality Gate passedIssues Measures |
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.
LG
Test Results 4 files - 14 420 suites +183 19s ⏱️ - 37m 20s Results for commit 1d3dfaa. ± Comparison against base commit abfc46a. This pull request removes 603 and adds 1485 tests. Note that renamed tests count towards both.
This pull request removes 4 skipped tests and adds 1 skipped test. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3221 +/- ##
==========================================
+ Coverage 82.61% 83.17% +0.55%
==========================================
Files 69 66 -3
Lines 4475 4314 -161
Branches 881 843 -38
==========================================
- Hits 3697 3588 -109
+ Misses 526 483 -43
+ Partials 252 243 -9
Flags with carried forward coverage won't be shown. Click here to find out more. |
.bump-version.js script.
The root
package.json
file now needs to be included in the.bump-version.js
script.Related issue(s):
Fixes #3220
Checklist