summaryrefslogtreecommitdiff
path: root/tests/test_lcov.py
Commit message (Expand)AuthorAgeFilesLines
* Fix lcov coverageIan Moore2023-03-141-1/+1
* style: use good style for annotated defaults parametersNed Batchelder2023-01-051-1/+1
* mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py test_numbits....Ned Batchelder2023-01-051-10/+11
* fix: lcov command didn't report a total, so --fail-under didn't workNed Batchelder2022-12-311-6/+13
* fix: `class` statements shouldn't be branches. #1449Ned Batchelder2022-09-261-4/+2
* fix: 3.11.0b4 has 0-numbered lines. Fixes #1419Ned Batchelder2022-07-121-11/+25
* 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