Functions
lcov_to_dict
1
dict[str, Any]
▼
Parse an LCOV file and return a dict matching coverage-report.md's schema.
lcov_to_dict
1
dict[str, Any]
▼
def lcov_to_dict(path: str | Path) -> dict[str, Any]
Parameters
| Name | Type | Description |
|---|---|---|
path |
str | Path |
Path to the LCOV |
Returns
dict[str, Any]