-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Platform
Windows
Operating system version
Windows 11 Pro Build 26100.2894
System architecture
Windows
Herd Version
1.14.0
PHP Version
PHP 8.3.16
Bug description
If I'm executing "herd coverage ./vendor/bin/pest --ci --coverage --parallel" on my Windows Machine I get all Testcases passed but my code coverage is at 0.0 %. If I'm executing the same command without --parallel I receive the expected code coverage.
If I'm exeucting "herd coverage ./vendor/bin/pest --ci --coverage --parallel" in the same repository on my old Macbook Pro from 2015 I get the code coverage as expected.
Steps to reproduce
No response