Skip to content
Alex Kup edited this page Mar 7, 2025 · 1 revision

Go Coverage

The test coverage report in html format is available here.

During testing, all available logs in the system are checked, reading and coloring time is recorded with the results output to the markdown report, and also the operation of the interface in the disabled tcell mode is checked.

This report is generated automatically by go-coverage-report in GitHub Action using gocovmerge to merge test results from Linux, macOS and Windows systems.

The chart below tracks coverage over time:

Clone this wiki locally