| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: isolate user code from coverage.py internal code flags. #1524 | Ned Batchelder | 2023-01-09 | 2 | -1/+17 |
* | mypy: test_venv.py | Ned Batchelder | 2023-01-07 | 2 | -14/+20 |
* | mypy: templite.py test_templite.py | Ned Batchelder | 2023-01-07 | 1 | -48/+48 |
* | mypy: test_testing.py test_version.py | Ned Batchelder | 2023-01-07 | 2 | -39/+51 |
* | mypy: test_parser.py test_phystokens.py test_process.py test_report.py test_r... | Ned Batchelder | 2023-01-07 | 7 | -182/+217 |
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 12 | -67/+67 |
* | mypy: test_goldtest.py test_json.py test_lcov.py test_mixins.py test_numbits.... | Ned Batchelder | 2023-01-05 | 6 | -68/+90 |
* | mypy: Iterator is better than Generator | Ned Batchelder | 2023-01-05 | 5 | -15/+15 |
* | mypy: use __future__ uniformly in checked files | Ned Batchelder | 2023-01-05 | 24 | -0/+48 |
* | mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py | Ned Batchelder | 2023-01-04 | 6 | -114/+139 |
* | mypy: test_coverage.py, test_data.py | Ned Batchelder | 2023-01-04 | 4 | -174/+193 |
* | mypy: test helpers: conftest.py mixins.py osinfo.py | Ned Batchelder | 2023-01-04 | 3 | -28/+33 |
* | mypy: summary.py, test_summary.py, tests/coveragetest.py | Ned Batchelder | 2023-01-04 | 3 | -102/+155 |
* | mypy: misc.py, test_misc.py | Ned Batchelder | 2023-01-03 | 1 | -14/+14 |
* | refactor: a better way to have maybe-importable third-party modules | Ned Batchelder | 2023-01-03 | 4 | -41/+10 |
* | mypy: test_config.py, test_context.py | Ned Batchelder | 2023-01-03 | 2 | -86/+90 |
* | mypy: test_concurrency.py, test_python.py | Ned Batchelder | 2023-01-03 | 3 | -57/+73 |
* | refactor(test): use tmp_path instead of tmpdir | Ned Batchelder | 2023-01-03 | 4 | -16/+20 |
* | mypy: test_annotate.py test_arcs.py test_collector.py | Ned Batchelder | 2023-01-02 | 3 | -101/+101 |
* | fix: relative_files should keep relative path maps. #1519 | Ned Batchelder | 2023-01-02 | 1 | -2/+12 |
* | mypy: test_xml.py | Ned Batchelder | 2023-01-01 | 1 | -42/+49 |
* | mypy: check collector.py and plugin_support.py | Ned Batchelder | 2023-01-01 | 1 | -1/+1 |
* | refactor: a better way to filter `coverage debug pybehave` | Ned Batchelder | 2023-01-01 | 1 | -0/+6 |
* | mypy: add cmdline.py and test_cmdline.py | Ned Batchelder | 2022-12-31 | 2 | -74/+106 |
* | fix: lcov command didn't report a total, so --fail-under didn't work | Ned Batchelder | 2022-12-31 | 1 | -6/+13 |
* | test: a sorted_lines helper | Ned Batchelder | 2022-12-31 | 5 | -18/+19 |
* | mypy: check tests/goldtest.py, tests/test_html.py | Ned Batchelder | 2022-12-31 | 2 | -94/+113 |
* | mypy: check tests/helpers.py | Ned Batchelder | 2022-12-31 | 1 | -34/+62 |
* | mypy: add data.py and test_api.py | Ned Batchelder | 2022-12-31 | 3 | -140/+161 |
* | test: add a test of unknown dynamic-context | Ned Batchelder | 2022-12-31 | 1 | -0/+6 |
* | test: greenlet isn't on all versions we test on | Ned Batchelder | 2022-12-31 | 1 | -1/+5 |
* | refactor: removed mentions of Jython and IronPython | Ned Batchelder | 2022-12-30 | 10 | -87/+13 |
* | test: seven tests that fail because of pypy 3882 | Ned Batchelder | 2022-12-30 | 2 | -3/+20 |
* | style: correct some lint errors | Ned Batchelder | 2022-12-30 | 1 | -2/+0 |
* | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 2 | -2/+4 |
* | refactor: @contract is completely gone | Ned Batchelder | 2022-12-29 | 1 | -1/+1 |
* | mypy: check tomlconfig.py | Ned Batchelder | 2022-12-29 | 1 | -0/+1 |
* | fix: [tools.coverage] is valid for settings in a toml file. #1516 | Ned Batchelder | 2022-12-27 | 1 | -0/+13 |
* | test: run mypy on config.py | Ned Batchelder | 2022-12-27 | 1 | -6/+7 |
* | refactor: remove more of the PyContracts stuff | Ned Batchelder | 2022-12-27 | 1 | -53/+2 |
* | fix: adjust some PyPy behaviors. #1515 | Ned Batchelder | 2022-12-27 | 4 | -18/+8 |
* | test: remove obsolete skips | Ned Batchelder | 2022-12-24 | 2 | -28/+0 |
* | fix: also look into .whl files for source | Ned Batchelder | 2022-12-23 | 1 | -0/+3 |
* | fix: certain strange characters caused reporting to fail. #1512 | Ned Batchelder | 2022-12-23 | 1 | -0/+32 |
* | fix: don't forbid plus signs in file names. #1513 | Ned Batchelder | 2022-12-23 | 1 | -2/+8 |
* | fix: when checking source existence for remapping, zipfiles are ok | Ned Batchelder | 2022-12-01 | 1 | -1/+30 |
* | fix: prevent infinite recursion | Ned Batchelder | 2022-12-01 | 1 | -0/+1 |
* | test: don't add tests conditionally, skip them instead | Ned Batchelder | 2022-12-01 | 1 | -6/+5 |
* | feat: file paths are only remapped if the result exists | Ned Batchelder | 2022-11-29 | 4 | -13/+26 |
* | style: fix spelling | Ned Batchelder | 2022-11-28 | 4 | -13/+13 |