Will annotate output report from llvm-cov (index.html), using comments included in a JSON file.
uv run add-annotations coverage/html/index.html annotations.json coverage_with_annotations.htmlFormat of annotations.json, file paths must match exactly those in the report table:
{
"include/evmmax/evmmax.hpp": "something something"
}