We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 2.5.2
Generated HTML coverage report has all PHP file sources displayed in one line.
Generate HTML coverage report.
PHP file source looks like the original PHP file.
I'm able to fix this with some CSS updates:
div.code pre { margin: 0; padding-left: 3em; } code { display: block; position: relative; }
The text was updated successfully, but these errors were encountered:
Could you please upload screenshots before and after your CSS?
Sorry, something went wrong.
Here it is. I was not sure if I'm describing it clearly :-)
Original coverage:
Updated CSS:
I noticed this bug after upgrading PHP 8.2 to PHP 8.3.
In PHP 8.3, the output from highlight_string() has changed
c02fdda
No branches or pull requests
Version: 2.5.2
Bug Description
Generated HTML coverage report has all PHP file sources displayed in one line.
Steps To Reproduce
Generate HTML coverage report.
Expected Behavior
PHP file source looks like the original PHP file.
Possible Solution
I'm able to fix this with some CSS updates:
The text was updated successfully, but these errors were encountered: