Metadata-Version: 2.5
Name: badgerp_get_lcov_coverage
Version: 0.1.2
Summary: Report line coverage from lcov.info (produced by grcov or cargo-tarpaulin)
Author-email: 𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕 <regime_skylark.0y@icloud.com>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: lcovparser==0.0.1
Description-Content-Type: text/markdown

# get-lcov-coverage

A [badger](https://github.com/) plugin that reports line coverage from an
`lcov.info` file (as produced by tools like `grcov` or `cargo-tarpaulin`).

It parses `DA:` lines to compute the fraction of covered lines and returns
a `coverage: <percent>%` badge entry, or `coverage: unknown` if the
`lcov.info` file is missing.

This package is not meant to be used as a standalone library — badger loads
`plugin.py`'s `run()` function directly as its entrypoint.
