Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: add lcovreport.py | Ned Batchelder | 2022-12-31 | 1 | -3/+13 |
| | |||||
* | fix: lcov command didn't report a total, so --fail-under didn't work | Ned Batchelder | 2022-12-31 | 1 | -1/+6 |
| | |||||
* | style: cleanups after lcov, though more than just lcov | Ned Batchelder | 2022-01-22 | 1 | -22/+24 |
| | |||||
* | fix: small fixes to lcov, and changes.rst mention. | Ned Batchelder | 2022-01-22 | 1 | -4/+2 |
| | |||||
* | feat: add "lcov" command for generating LCOV reports | Bradley Burns | 2022-01-22 | 1 | -0/+106 |
* Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter |