Skip to content
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

feat(prompt): progress indicator for filter and validate with optiona… #1002

Merged
merged 4 commits into from
May 21, 2021

Conversation

dhensby
Copy link
Contributor

@dhensby dhensby commented Mar 10, 2021

I've rebased the PR in #632 to try and help get this over the line.

Please let me know if there's anything else that needs to be done.

Closes #631

@dhensby dhensby force-pushed the feature/progress branch 4 times, most recently from 7c4477d to bc41425 Compare March 10, 2021 12:42
@codecov
Copy link

codecov bot commented Mar 10, 2021

Codecov Report

Merging #1002 (ba3de37) into master (0053e3f) will decrease coverage by 0.24%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1002      +/-   ##
==========================================
- Coverage   93.43%   93.19%   -0.25%     
==========================================
  Files          27       27              
  Lines        1143     1161      +18     
  Branches       25       25              
==========================================
+ Hits         1068     1082      +14     
- Misses         75       79       +4     
Impacted Files Coverage Δ
packages/inquirer/lib/utils/screen-manager.js 91.42% <71.42%> (-5.00%) ⬇️
packages/inquirer/lib/prompts/base.js 92.15% <100.00%> (+0.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0053e3f...ba3de37. Read the comment docs.

@dhensby dhensby force-pushed the feature/progress branch 2 times, most recently from 0c3a41a to 2ff4037 Compare March 10, 2021 12:54

Verified

This commit was signed with the committer’s verified signature.
dhensby Daniel Hensby
…l message

Closes SBoudrias#631
@dhensby dhensby force-pushed the feature/progress branch 2 times, most recently from 0644697 to 75a12d1 Compare March 10, 2021 13:00
@dhensby
Copy link
Contributor Author

dhensby commented Mar 10, 2021

OK - I've refactored/rebased this since there have been quite a few layout changes in terms of file locations, etc.

I'm not sure how best to test these changes or increase the coverage - so any pointers on that would be appreciated. 🙏

SBoudrias added 2 commits May 21, 2021 13:13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@SBoudrias SBoudrias merged commit 6717092 into SBoudrias:master May 21, 2021
@SBoudrias
Copy link
Owner

Thanks! This is a great feature, I'm very happy to get this in :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: Show progress indicator on async validate
3 participants