Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: only write "Wrote report" message if report succeeded. | Ned Batchelder | 2023-02-08 | 1 | -6/+7 |
| | | | | | | | For example, see [issue 1554](https://github.com/nedbat/coveragepy/issues/1554) for the previous misleading behavior when the exception being raised wasn't a CoverageException. | ||||
* | mypy: test_parser.py test_phystokens.py test_process.py test_report.py ↵ | Ned Batchelder | 2023-01-07 | 1 | -11/+20 |
| | | | | test_results.py test_setup.py | ||||
* | build: make upgradenedbat/upgrade-with-kits | Ned Batchelder | 2021-11-30 | 1 | -2/+2 |
| | |||||
* | feat: xml and json say what they are doing, and -q quiets everything. #1254nedbat/dashq | Ned Batchelder | 2021-10-26 | 1 | -4/+12 |
| | |||||
* | test: a true unit test for render_report | Ned Batchelder | 2021-10-26 | 1 | -0/+50 |