-
-
Notifications
You must be signed in to change notification settings - Fork 448
Open
Labels
Description
What Happened
There appears to be some inconsistencies when using --parallel:
- the
--colors=neveroption is being disregarded - the
--coverage-textis disregarded- Note: without an added filename, this should output to the standard output. This seems broken in the non-parallel setup
- When passing a filename like
--coverage-text=output.txt, it DOES seem to write the correct output format in this file
How to Reproduce
This outputs WITH colors (incorrect) and WITH coverage text (correct):
vendor/bin/pest --parallel --colors=never --coverage-textThis outputs WITHOUT colors (correct) and WITHOUT coverage text (incorrect):
vendor/bin/pest --colors=never --coverage-textSee screenshot:
The code coverage report should always work and have the same output in both commands, being in stdout:
Code Coverage Report:
2024-09-16 18:47:59
Summary:
Classes: 0.00% (0/419)
Methods: 0.00% (0/1734)
Lines: 0.00% (0/12906)Sample Repository
No response
Pest Version
2.35.1 (Same issue in 3.x)
PHP Version
8.2
Operation System
Linux
Notes
No response
pascalbaljet and pizzot
