typecov
Run type coverage checks.
Usage
typecov --help
usage: typecov [-h] [-V] coverage reportfile
Run type coverage checks.
positional arguments:
coverage Minimum coverage required.
reportfile Path to the type coverage report with line counts.
optional arguments:
-h, --help show this help message and exit
-V, --version show program's version number and exit
Example
typecov 99 .typecov/report/linecount.txt
Contributing
Install with
pip install -r dev-requirements.txt
Run tests
pytest
Or if you have tox setup
tox