Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 306 Bytes

prow-html-lens.md

File metadata and controls

11 lines (7 loc) · 306 Bytes

HTML Lens

Spyglass HTML lens allows to render HTML files in the job results.

Usage

All files named report*.html saved in the artifacts directory will be rendered on the job results page. See the example:

golangci-lint  run ./... --out-format html > "${ARTIFACTS}/report-golint.html"