-
Notifications
You must be signed in to change notification settings - Fork 32
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
cli updates #1588
cli updates #1588
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1588 +/- ##
==========================================
- Coverage 77.03% 76.78% -0.26%
==========================================
Files 613 613
Lines 46056 46314 +258
Branches 803 805 +2
==========================================
+ Hits 35480 35560 +80
- Misses 10489 10667 +178
Partials 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
data["url"] = url | ||
if other is not None: | ||
data = data | other | ||
return data |
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.
Good checks throughout for not None
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Fixed some comments and removed cliroot from the .sh version. I see nothing good coming from cliroot on linux at this point. May still be needed on Windows for certain environments.