summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: lcov command didn't report a total, so --fail-under didn't workNed Batchelder2022-12-311-1/+6
|
* mypy: add annotate.py and jsonreport.pyNed Batchelder2022-12-314-13/+34
|
* mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, ↵Ned Batchelder2022-12-314-15/+62
| | | | report.py, and version.py
* mypy: control.py is checkedNed Batchelder2022-12-319-122/+147
|
* test: a sorted_lines helperNed Batchelder2022-12-311-1/+7
|
* mypy: check tests/goldtest.py, tests/test_html.pyNed Batchelder2022-12-314-31/+64
|
* mypy: add data.py and test_api.pyNed Batchelder2022-12-312-12/+31
|
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-306-48/+2
|
* style: correct some lint errorsNed Batchelder2022-12-302-3/+3
|
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-307-153/+180
|
* refactor: @contract is completely goneNed Batchelder2022-12-292-11/+1
|
* mypy: check multiproc.pyNed Batchelder2022-12-291-10/+11
|
* mypy: check python.pyNed Batchelder2022-12-295-41/+60
|
* refactor: remove some unused codeNed Batchelder2022-12-291-16/+2
|
* mypy: check sqldata.pyNed Batchelder2022-12-294-89/+150
|
* mypy: check results.pyNed Batchelder2022-12-292-43/+63
|
* mypy: use specialized type name for ints that are line numbersNed Batchelder2022-12-294-50/+59
|
* mypy: check tomlconfig.pyNed Batchelder2022-12-291-21/+36
|
* mypy: mypy checks plugin.pyNed Batchelder2022-12-294-47/+105
|
* mypy: add parser.py to mypyNed Batchelder2022-12-291-214/+277
|
* fix: [tools.coverage] is valid for settings in a toml file. #1516Ned Batchelder2022-12-271-1/+1
|
* refactor: no longer need a strange typing importNed Batchelder2022-12-271-5/+0
|
* test: run mypy on config.pyNed Batchelder2022-12-272-57/+92
|
* test: add phystokens.py to the mypy trainNed Batchelder2022-12-271-36/+42
|
* test: add type annotations for files.pyNed Batchelder2022-12-271-50/+63
|
* test: add mypy just for one file at firstNed Batchelder2022-12-271-14/+9
|
* refactor: don't need _to_blob anymore, leftover from 2 vs 3Ned Batchelder2022-12-271-8/+4
|
* refactor: remove more of contractsNed Batchelder2022-12-273-14/+2
|
* refactor: remove more of the PyContracts stuffNed Batchelder2022-12-273-9/+5
|
* fix: adjust some PyPy behaviors. #1515Ned Batchelder2022-12-271-1/+6
|
* test: remove pycontractsNed Batchelder2022-12-253-55/+9
|
* docs: bump versionNed Batchelder2022-12-231-2/+2
|
* docs: prep for 7.0.1Ned Batchelder2022-12-231-2/+2
|
* fix: also look into .whl files for sourceNed Batchelder2022-12-231-2/+2
|
* fix: more information when mapping rules aren't working right.Ned Batchelder2022-12-231-0/+4
|
* fix: certain strange characters caused reporting to fail. #1512Ned Batchelder2022-12-231-1/+2
| | | | | | It turns out that str.splitlines() will break text on some characters that file.readline() does not! Use readline() to read source files the same way that Python does.
* fix: don't forbid plus signs in file names. #1513Ned Batchelder2022-12-231-1/+1
|
* docs: bump versionNed Batchelder2022-12-181-2/+2
|
* docs: prep for 7.0.0Ned Batchelder2022-12-181-2/+2
|
* chore: bump versionNed Batchelder2022-12-031-2/+2
|
* docs: prep for 7.0.0b1Ned Batchelder2022-12-031-1/+1
|
* fix: when checking source existence for remapping, zipfiles are okNed Batchelder2022-12-012-15/+43
|
* fix: prevent infinite recursionNed Batchelder2022-12-011-3/+8
| | | | | If using relative file paths, and a file remapping failed, we'd get an infinite recursion.
* feat: file paths are only remapped if the result existsNed Batchelder2022-11-291-2/+7
|
* style: fix spellingNed Batchelder2022-11-287-11/+10
| | | | un-executed, white space, time stamp.
* build: next version will be 7.0Ned Batchelder2022-11-282-2/+2
|
* refactor: ensure all sqlite cursors are closedNed Batchelder2022-11-271-93/+131
|
* refactor: SimpleReprMixing wasn't simple, it was autoNed Batchelder2022-11-273-10/+10
| | | | Also, I'm not sure I like it as a mixin...
* feat: implicit path mapping during reporting. #1212Ned Batchelder2022-11-272-11/+32
|
* style: long arg lists should be one per lineNed Batchelder2022-11-261-51/+142
|