-
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
chore: convert config to yaml format #609
Conversation
Unit Test Results - Linux 1 files ±0 19 suites ±0 26s ⏱️ -1s Results for commit 798c9ff. ± Comparison against base commit 5fa1b7d. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Unit Test Results - Windows 1 files ±0 19 suites ±0 54s ⏱️ -4s Results for commit 798c9ff. ± Comparison against base commit 5fa1b7d. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
♻️ 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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #609 +/- ##
==========================================
+ Coverage 80.83% 80.85% +0.01%
==========================================
Files 37 37
Lines 4885 4895 +10
Branches 684 690 +6
==========================================
+ Hits 3949 3958 +9
- Misses 936 937 +1
|
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
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.
I would like to change the name from ~/.solo/solo.config
to ~/.solo/solo.yaml
…config-yaml Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Fixed. |
🎉 This PR is included in version 0.31.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues