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 an option to write in a file #244

Merged
merged 1 commit into from
Oct 18, 2020
Merged

Add an option to write in a file #244

merged 1 commit into from
Oct 18, 2020

Conversation

villfa
Copy link
Collaborator

@villfa villfa commented Oct 18, 2020

Closes #235

@codecov
Copy link

codecov bot commented Oct 18, 2020

Codecov Report

Merging #244 into master will increase coverage by 14.01%.
The diff coverage is 78.57%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #244       +/-   ##
=============================================
+ Coverage     82.35%   96.36%   +14.01%     
- Complexity      122      128        +6     
=============================================
  Files            21       21               
  Lines           357      358        +1     
=============================================
+ Hits            294      345       +51     
+ Misses           63       13       -50     
Impacted Files Coverage Δ Complexity Δ
src/Renderers/Results/ConsoleResultsRenderer.php 100.00% <ø> (+100.00%) 1.00 <0.00> (ø)
src/Command/RunCommand.php 81.81% <78.57%> (ø) 14.00 <6.00> (?)
src/Process/Observer/OnSuccessNull.php 100.00% <0.00%> (+100.00%) 1.00% <0.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 6ae08c2...34faaa7. Read the comment docs.

@villfa villfa marked this pull request as ready for review October 18, 2020 19:55
@villfa villfa merged commit b00ef40 into bmitch:master Oct 18, 2020
@villfa villfa deleted the feat/output-option branch October 18, 2020 19:55
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 write the results in a file
1 participant