Skip to content

build: Remove unused arguments for PHPUnit#73

Open
theofidry wants to merge 3 commits into
masterfrom
build/tmp-junit
Open

build: Remove unused arguments for PHPUnit#73
theofidry wants to merge 3 commits into
masterfrom
build/tmp-junit

Conversation

@theofidry

@theofidry theofidry commented Apr 21, 2026

Copy link
Copy Markdown
Member

Currently executing PHPUnit will generate clover, JUnit and XML coverage reports in build/logs, which is should be changed for var (see #45).

However, I noticed that none of those reports are actually used, neither in the CI, neither by infection (it executes the tests itself).

Edit: It appears we were relying on the default path for the clover report to update it to Coveralls. I adjusted the path to var and set the path explicitly.

Currently executing PHPUnit will generate clover, JUnit and XML coverage
reports in `build/logs`, which is should be changed for `var` (see #45).

However, I noticed that none of those reports are actually used, neither
in the CI, neither by infection (it executes the tests itself). Hence
instead of changing the directory this PR removes them entirely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant