Skip to main content

html

Function html 

Source
pub fn html(
    view: &RunView,
    sources: &BTreeMap<String, String>,
    source_reason: &str,
) -> String
Expand description

Render the report. sources carries file text only when it was verified to match the run; a file absent from it is shown by line number instead of annotated against source that may have moved.