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 configuration to enable caching #303

Merged
merged 3 commits into from
Feb 11, 2021
Merged

Add a configuration to enable caching #303

merged 3 commits into from
Feb 11, 2021

Conversation

villfa
Copy link
Collaborator

@villfa villfa commented Feb 11, 2021

New configuration: cachePath

Closes #187

@codecov
Copy link

codecov bot commented Feb 11, 2021

Codecov Report

Merging #303 (4da142d) into master (1f80757) will increase coverage by 0.51%.
The diff coverage is 97.10%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #303      +/-   ##
============================================
+ Coverage     97.68%   98.20%   +0.51%     
- Complexity        1        2       +1     
============================================
  Files            31       36       +5     
  Lines           562      667     +105     
============================================
+ Hits            549      655     +106     
+ Misses           13       12       -1     
Impacted Files Coverage Δ Complexity Δ
src/Process/ChurnProcess.php 92.85% <ø> (ø) 0.00 <0.00> (ø)
src/File/FileHelper.php 92.85% <92.30%> (-7.15%) 0.00 <0.00> (ø)
src/Process/ConcreteProcessFactory.php 95.45% <95.45%> (ø) 0.00 <0.00> (?)
src/Process/CacheProcessFactory.php 95.74% <95.74%> (ø) 0.00 <0.00> (?)
src/Process/Observer/OnSuccessBuilder.php 96.15% <96.15%> (ø) 0.00 <0.00> (?)
src/Command/RunCommand.php 100.00% <100.00%> (+5.63%) 0.00 <0.00> (ø)
src/Configuration/Config.php 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
src/Configuration/Validator.php 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
src/Process/Handler/BaseProcessHandler.php 100.00% <100.00%> (ø) 0.00 <0.00> (?)
src/Process/Handler/ParallelProcessHandler.php 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
... and 12 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 1f80757...4da142d. Read the comment docs.

@villfa villfa merged commit 93e91bf into bmitch:master Feb 11, 2021
@villfa villfa deleted the feat/cache branch February 11, 2021 19:42
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.

Use a cache to speed up calculations
1 participant