Documentation
¶
Overview ¶
Package html renders a coverage report into a self-contained HTML page.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Title string
ThresholdLine float64 // 0 = disabled; minimum acceptable line coverage %
ThresholdBranch float64 // 0 = disabled; minimum acceptable branch coverage %
ThresholdFunc float64 // 0 = disabled; minimum acceptable function coverage %
TestReportURL string // cross-link to test report page
Delta *delta.Delta
BaselineLabel string
}
Options controls optional rendering features.
Click to show internal directories.
Click to hide internal directories.