Documentation
¶
Overview ¶
Package mapper converts parsed input formats to visualization patterns.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromReport ¶
FromReport converts multi-section report data into patterns. Individual section parse failures are reported as error patterns, not as a top-level error — a malformed lint section shouldn't hide passing tests.
func FromSARIF ¶
FromSARIF converts a SARIF document into visualization patterns. Returns: Summary + Leaderboard (if >1 file) + TestTable per file group.
func FromTestJSON ¶
func FromTestJSON(results []testjson.TestPackageResult) []pattern.Pattern
FromTestJSON converts test results into visualization patterns. Returns: Summary + TestTable per failed package + TestTable for passing packages.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.