# 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.