summaryrefslogtreecommitdiff
path: root/coverage/lcovreport.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: file names match the commands they implement betterNed Batchelder2023-05-131-1/+1
* style: some clean-upsNed Batchelder2023-05-091-1/+0
* style: use double-quotesNed Batchelder2023-03-221-1/+1
* Fix lcov coverageIan Moore2023-03-141-2/+2
* 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