summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-30 07:12:49 -0700
committerBob Halley <halley@dnspython.org>2020-05-30 07:12:49 -0700
commitd4ca72c7395a9d4b67539952c83b60a59c4d31be (patch)
tree04c563b3c1d1aa7ba8de01c09ed04f1cfc9a4fd1 /Makefile
parentfb47f0eb986fd9d203279377440548a84c45a29f (diff)
downloaddnspython-d4ca72c7395a9d4b67539952c83b60a59c4d31be.tar.gz
add coverage report to output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4caab2c..b12ba05 100644
--- a/Makefile
+++ b/Makefile
@@ -83,3 +83,4 @@ poflake:
pocov:
poetry run coverage run -m pytest
poetry run coverage html
+ poetry run coverage report --include 'dns*' --omit 'dns/rdtypes/*'