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

[PhingTask] Added output argument. #1291

Merged
merged 1 commit into from
Mar 28, 2020

Conversation

siad007
Copy link
Member

@siad007 siad007 commented Mar 28, 2020

Log output to a file:

    <phing phingfile="phing.xml" target="dummy" output="test.log" />

Related to #1241

@siad007 siad007 added this to the 3.0.0-alpha4 milestone Mar 28, 2020
siad007 added a commit to phingofficial/guide that referenced this pull request Mar 28, 2020
@codecov
Copy link

codecov bot commented Mar 28, 2020

Codecov Report

Merging #1291 into master will increase coverage by 0.14%.
The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1291      +/-   ##
============================================
+ Coverage     51.06%   51.21%   +0.14%     
- Complexity     9288     9294       +6     
============================================
  Files           479      479              
  Lines         22721    22737      +16     
============================================
+ Hits          11603    11645      +42     
+ Misses        11118    11092      -26     
Impacted Files Coverage Δ Complexity Δ
classes/phing/tasks/system/PhingTask.php 75.45% <87.50%> (+0.94%) 79.00 <1.00> (+6.00)
classes/phing/listener/DefaultLogger.php 78.20% <0.00%> (+35.89%) 36.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 0123ab3...2583bf0. Read the comment docs.

@siad007 siad007 merged commit cb5cd17 into phingofficial:master Mar 28, 2020
@siad007 siad007 deleted the PhingTaskFileOutput branch March 28, 2020 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant