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

Allow --coverage-filter to be used multiple times #895

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

piurafunk
Copy link
Contributor

In my use case, I specify multiple coverage-filter options, and it works fine directly in PHPUnit. When using it parallel via paratest, only the last iteration of it is retained, due to how Symfony loads the CLI input, in symfony/console: https://github.com/symfony/console/blob/7.1/Input/ArgvInput.php#L259.

ParaTest v7.5.5
PHPUnit 11.3.6
PHP 8.2.24

@Slamdunk Slamdunk changed the title Allow for coverage-filter to be specified multiple times Allow --coverage-filter to be used multiple times Oct 2, 2024
@Slamdunk Slamdunk merged commit 8134d62 into paratestphp:7.x Oct 2, 2024
9 checks passed
@piurafunk piurafunk deleted the patch-1 branch October 3, 2024 13:52
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.

2 participants