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
If a Scala source file contains HTML (or any XML), then that XML will be embedded in the scoverage HTML report without being escaped. So if a file contains e.g. "
Some title
", then "Some title" will appear in the report as a header, breaking the highlighting and line numbering and so forth.
Pull request incoming.
The text was updated successfully, but these errors were encountered:
reavowed
pushed a commit
to reavowed/scalac-scoverage-plugin
that referenced
this issue
Oct 5, 2015
If a Scala source file contains HTML (or any XML), then that XML will be embedded in the scoverage HTML report without being escaped. So if a file contains e.g. "
Some title
", then "Some title" will appear in the report as a header, breaking the highlighting and line numbering and so forth.Pull request incoming.
The text was updated successfully, but these errors were encountered: