[Bug]: --parallel
ignores or changes other commandline arguments
#1258
Labels
--parallel
ignores or changes other commandline arguments
#1258
What Happened
There appears to be some inconsistencies when using
--parallel
:--colors=never
option is being disregarded--coverage-text
is disregarded--coverage-text=output.txt
, it DOES seem to write the correct output format in this fileHow to Reproduce
This outputs WITH colors (incorrect) and WITH coverage text (correct):
This outputs WITHOUT colors (correct) and WITHOUT coverage text (incorrect):
See screenshot:
The code coverage report should always work and have the same output in both commands, being in stdout:
Sample Repository
No response
Pest Version
2.35.1 (Same issue in 3.x)
PHP Version
8.2
Operation System
Linux
Notes
No response
The text was updated successfully, but these errors were encountered: