-
Notifications
You must be signed in to change notification settings - Fork 29
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
Switch experiment sharing to progress api #2245
Conversation
67d2366
to
6883da3
Compare
|
||
export const getShareExperimentAsCommitCommand = | ||
(internalCommands: InternalCommands) => | ||
async (cwd: string, name: string, input: string) => { |
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.
Function getShareExperimentAsCommitCommand
has 38 lines of code (exceeds 30 allowed). Consider refactoring.
6883da3
to
f9543f8
Compare
45c4a36
to
9468c84
Compare
9a59c99
to
51a3cc2
Compare
Code Climate has analyzed commit 43366fe and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.7% (0.0% change). View more on Code Climate. |
This PR switches the new experiment sharing commands over to use the progress API (instead of multiple toast popups).
Demo
Screen.Recording.2022-08-24.at.9.05.20.pm.mov
Note: Sample extension is here.