Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In tox.ini add a section

[coverage:html]
extra_css = clover.css

Where clover.css is a file that is accessible by the coverage script - it will copy it across with the rest of the files.

.text p.hide_run {
    background: #00ff00;
}

Appears to give all the lines that have been run a rather bright shade of lime green.

  • No labels