summaryrefslogtreecommitdiff
path: root/coverage/lcovreport.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: don't hold data so that Analysis can be picklednedbat/picklableNed Batchelder2022-12-081-1/+1
|
* 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