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
For instance all xsl files should now contain xmlns:pu="https://schema.phpunit.de/coverage/1.0"
instead of xmlns:pu="http://schema.phpunit.de/coverage/1.0"
But latest tag release 0.12.0 does not have thoses fixes.
When installing from Packagist with composer, coverage and tests are still EMPTY !
Manualy replacing namespace url does the trick.
Initial issue was #392
The text was updated successfully, but these errors were encountered:
For instance all xsl files should now contain
xmlns:pu="https://schema.phpunit.de/coverage/1.0"
instead of
xmlns:pu="http://schema.phpunit.de/coverage/1.0"
But latest tag release 0.12.0 does not have thoses fixes.
When installing from Packagist with composer, coverage and tests are still EMPTY !
Manualy replacing namespace url does the trick.
Initial issue was #392
The text was updated successfully, but these errors were encountered: