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

Add a progress bar #236

Merged
merged 4 commits into from
Oct 17, 2020
Merged

Add a progress bar #236

merged 4 commits into from
Oct 17, 2020

Conversation

villfa
Copy link
Collaborator

@villfa villfa commented Oct 16, 2020

Closes #199

@codecov
Copy link

codecov bot commented Oct 16, 2020

Codecov Report

Merging #236 into master will increase coverage by 3.06%.
The diff coverage is 52.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #236      +/-   ##
============================================
+ Coverage     79.28%   82.35%   +3.06%     
- Complexity      115      122       +7     
============================================
  Files            19       21       +2     
  Lines           338      357      +19     
============================================
+ Hits            268      294      +26     
+ Misses           70       63       -7     
Impacted Files Coverage Δ Complexity Δ
src/Commands/ChurnCommand.php 0.00% <0.00%> (ø) 8.00 <2.00> (+2.00)
src/Process/Observer/OnSuccessNull.php 0.00% <0.00%> (ø) 1.00 <1.00> (?)
src/Process/ProcessFactory.php 100.00% <ø> (ø) 3.00 <0.00> (?)
src/Process/ProcessHandlerFactory.php 100.00% <ø> (ø) 2.00 <0.00> (?)
src/Renderers/Results/ConsoleResultsRenderer.php 0.00% <0.00%> (ø) 1.00 <0.00> (-1.00)
src/Process/ChurnProcess.php 95.23% <100.00%> (ø) 9.00 <1.00> (?)
src/Process/Handler/ParallelProcessHandler.php 100.00% <100.00%> (ø) 11.00 <7.00> (?)
src/Process/Handler/SequentialProcessHandler.php 100.00% <100.00%> (ø) 4.00 <0.00> (?)
src/Process/Observer/OnSuccessProgress.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)
... and 2 more

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 d475b65...aa79c75. Read the comment docs.

@villfa villfa merged commit 1e5be34 into bmitch:master Oct 17, 2020
@villfa villfa deleted the feat/progress-bar branch October 17, 2020 06:56
@villfa villfa mentioned this pull request Oct 17, 2020
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.

More verbosity
1 participant