Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lcov coverage | Ian Moore | 2023-03-14 | 1 | -1/+1 |
| | |||||
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py ↵ | Ned Batchelder | 2023-01-05 | 1 | -10/+11 |
| | | | | test_numbits.py test_oddball.py | ||||
* | fix: lcov command didn't report a total, so --fail-under didn't work | Ned Batchelder | 2022-12-31 | 1 | -6/+13 |
| | |||||
* | fix: `class` statements shouldn't be branches. #1449 | Ned Batchelder | 2022-09-26 | 1 | -4/+2 |
| | | | | | | Revert "refactor: we no longer need to treat 'class' lines specially" This reverts commit 79f9f4575321fafc2ef770e3255f874db3d4b037. | ||||
* | fix: 3.11.0b4 has 0-numbered lines. Fixes #1419 | Ned Batchelder | 2022-07-12 | 1 | -11/+25 |
| | | | | | CPython added these lines in https://github.com/python/cpython/commit/1bfe83a114da3939c00746fc44dc5da7f56f525f | ||||
* | style: cleanups after lcov, though more than just lcov | Ned Batchelder | 2022-01-22 | 1 | -154/+121 |
| | |||||
* | fix: small fixes to lcov, and changes.rst mention. | Ned Batchelder | 2022-01-22 | 1 | -5/+5 |
| | |||||
* | feat: add "lcov" command for generating LCOV reports | Bradley Burns | 2022-01-22 | 1 | -0/+308 |
* Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter |