-
Notifications
You must be signed in to change notification settings - Fork 15
feat: add solo account create
account alias support
#227
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
Conversation
19c1f7c
to
068afc6
Compare
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 preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
==========================================
+ Coverage 77.60% 77.72% +0.12%
==========================================
Files 33 33
Lines 3586 3601 +15
Branches 593 600 +7
==========================================
+ Hits 2783 2799 +16
+ Misses 803 802 -1
|
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
ca5729f
to
8c3c2ab
Compare
Signed-off-by: Jeromy Cannon <[email protected]>
## [0.24.0](v0.23.0...v0.24.0) (2024-04-19) ### Features * add `solo account create` account alias support ([#227](#227)) ([fe865f8](fe865f8)) * add node refresh subcommand ([#211](#211)) ([d1017d8](d1017d8)) * add node refresh subcommand ([#211](#211)) ([d38918c](d38918c)) * adding some type check ([#217](#217)) ([d055496](d055496)) * allow solo to deploy pre-configured resource profiles ([#175](#175)) ([fef8a48](fef8a48)) ### Bug Fixes * add recursive option to mkdir ([#215](#215)) ([9d9a126](9d9a126)) * address PR comments from [#211](#211) ([#224](#224)) ([6cc237c](6cc237c)) * return chart-path correctly when chart-directory is specified ([#212](#212)) ([90616cc](90616cc)) * update how documented generated ([#216](#216)) ([7d2499e](7d2499e))
🎉 This PR is included in version 0.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.24.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
solo account create --ecdsa-private-key "@@@" --set-alias
npm run test-coverage
with supporting scripts inpackage.json
Related Issues