Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: don't hold data so that Analysis can be picklednedbat/picklable | Ned Batchelder | 2022-12-08 | 1 | -1/+1 |
| | |||||
* | 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 |