summaryrefslogtreecommitdiff
path: root/coverage/lcovreport.py
Commit message (Collapse)AuthorAgeFilesLines
* mypy: add lcovreport.pyNed Batchelder2022-12-311-3/+13
|
* fix: lcov command didn't report a total, so --fail-under didn't workNed Batchelder2022-12-311-1/+6
|
* style: cleanups after lcov, though more than just lcovNed Batchelder2022-01-221-22/+24
|
* fix: small fixes to lcov, and changes.rst mention.Ned Batchelder2022-01-221-4/+2
|
* feat: add "lcov" command for generating LCOV reportsBradley Burns2022-01-221-0/+106
* Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter