You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In composer.json there is a definition of command test-coverage, which doesn't seem to be used anymore and perhaps could be deleted. .travis.yml has a logic to fire this command depending on $TEST_COVERAGE variable, but it's not set anywhere. Also coverage is also done by the normal test command, too as it's defined in phpunit.xml.dist, the generated file clover.xml would just land in a different direction.
The text was updated successfully, but these errors were encountered:
In composer.json there is a definition of command
test-coverage
, which doesn't seem to be used anymore and perhaps could be deleted..travis.yml
has a logic to fire this command depending on$TEST_COVERAGE
variable, but it's not set anywhere. Also coverage is also done by the normaltest
command, too as it's defined inphpunit.xml.dist
, the generated fileclover.xml
would just land in a different direction.The text was updated successfully, but these errors were encountered: