Skip to content
Alex Kup edited this page Apr 12, 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 automatically generated by using go-coverage-report in GitHub Action.

Merging all test results from Linux with root, Docker containers without root, macOS and Windows using gosovmerge.

The chart below tracks coverage over time:

Clone this wiki locally