-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
minor: displaying number of checked files #6674
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice change!
Pull Request Test Coverage Report for Build 3388557666
💛 - Coveralls |
@julienfalque, how to understand this test failure? https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/actions/runs/3380683950/jobs/5621742409
I ran it locally twice and get two different results in the same environment:
Should |
Thank you @krzysztofrewak. |
I refactored a little
PhpCsFixer\Console\Report\FixReport\TextReporter
andPhpCsFixer\Console\Report\FixReport\ReportSummary
with number of checked files. I think this is more verbose:than current implementation:
I wonder if these changes should be applied to Json/Xml reporters as well?
I also updated Docker Composer override file, because provided syntax was invalid.