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 the ability to disable parallelization #233

Merged
merged 1 commit into from
Oct 15, 2020
Merged

Add the ability to disable parallelization #233

merged 1 commit into from
Oct 15, 2020

Conversation

villfa
Copy link
Collaborator

@villfa villfa commented Oct 15, 2020

Closes #230

@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

Merging #233 into master will increase coverage by 1.23%.
The diff coverage is 79.16%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #233      +/-   ##
============================================
+ Coverage     78.05%   79.28%   +1.23%     
- Complexity      108      115       +7     
============================================
  Files            17       19       +2     
  Lines           319      338      +19     
============================================
+ Hits            249      268      +19     
  Misses           70       70              
Impacted Files Coverage Δ Complexity Δ
src/Commands/ChurnCommand.php 0.00% <0.00%> (ø) 6.00 <0.00> (ø)
src/Processes/Handler/ParallelProcessHandler.php 37.50% <50.00%> (ø) 9.00 <1.00> (?)
src/Processes/Handler/SequentialProcessHandler.php 100.00% <100.00%> (ø) 4.00 <4.00> (?)
src/Processes/ProcessHandlerFactory.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)

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 b41c1a9...9f45ef6. Read the comment docs.

@villfa villfa marked this pull request as ready for review October 15, 2020 15:25
@villfa villfa merged commit 962025f into bmitch:master Oct 15, 2020
@villfa villfa deleted the feat/no-parallelization branch October 15, 2020 18:57
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.

Option to disable parallelization
1 participant