diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-20 07:18:21 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-20 07:18:21 -0700 |
| commit | 213b4c2a2b840aab46c714eafd091245ee4e24bd (patch) | |
| tree | 809d3e33b2db790d2eda1cab59d07b2b5caac0f8 /Makefile | |
| parent | afdfbcce7362213d1bb0231ea462a459bef37e8d (diff) | |
| download | dnspython-213b4c2a2b840aab46c714eafd091245ee4e24bd.tar.gz | |
coverage tools
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -79,3 +79,7 @@ potype: poflake: poetry run flake8 dns + +pocov: + poetry run coverage run -m pytest + poetry run coverage html |
