summaryrefslogtreecommitdiff
path: root/tests/test_lcov.py
Commit message (Collapse)AuthorAgeFilesLines
* style: cleanups after lcov, though more than just lcovNed Batchelder2022-01-221-154/+121
|
* fix: small fixes to lcov, and changes.rst mention.Ned Batchelder2022-01-221-5/+5
|
* feat: add "lcov" command for generating LCOV reportsBradley Burns2022-01-221-0/+308
* Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter