Documentation
¶
Overview ¶
Package html renders a model.Report into a fully 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 {
CovReportURL string // cross-link to coverage page
Delta *delta.Delta
BaselineLabel string
}
Options controls optional rendering features.
type Renderer ¶
type Renderer struct{}
Renderer produces a self-contained HTML report from a model.Report.
Click to show internal directories.
Click to hide internal directories.