Run type coverage checks.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
typecov-0.2.1.tar.gz
(2.8 kB
view hashes)