summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-20 07:18:21 -0700
committerBob Halley <halley@dnspython.org>2020-05-20 07:18:21 -0700
commit213b4c2a2b840aab46c714eafd091245ee4e24bd (patch)
tree809d3e33b2db790d2eda1cab59d07b2b5caac0f8 /Makefile
parentafdfbcce7362213d1bb0231ea462a459bef37e8d (diff)
downloaddnspython-213b4c2a2b840aab46c714eafd091245ee4e24bd.tar.gz
coverage tools
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8177b15..4caab2c 100644
--- a/Makefile
+++ b/Makefile
@@ -79,3 +79,7 @@ potype:
poflake:
poetry run flake8 dns
+
+pocov:
+ poetry run coverage run -m pytest
+ poetry run coverage html