The phpunit-patch-coverage HTML reports have a <style> tag in their <head>. As far as I can tell, this isn't taking effect due to a CSP header.
Expected (HTML file opened locally with no CSP header):
Actual:
HTML file used for testing:
What's the expected/proper/best way for phpunit-patch-coverage to provide styles?

