package
0.5.0
Repository: https://github.com/owulveryck/onnx-go.git
Documentation: pkg.go.dev

# README

This directory contains some utilities to generate test reports

# Functions

Coverage returns (100 - skipped *100 / tested).
WriteCoverageReport on w, the template should take []*testbackend.TestCase as pipeline.

# Constants

ReportTemplate ...

# Variables

ReportTable ...

# Type aliases

ByStatus is a wrapper to sort the tests by failure, success, skipped.