]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
exclude unwanted from coverage report
authorBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 14:43:28 +0000 (07:43 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 14:43:28 +0000 (07:43 -0700)
Makefile

index b12ba0545b38dba8d4e45ad4c66d9d7ed41157ba..e085126e15c079978cdb0abda95a2d25ce36f6fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,5 +82,5 @@ poflake:
 
 pocov:
        poetry run coverage run -m pytest
-       poetry run coverage html
+       poetry run coverage html --include 'dns*'
        poetry run coverage report --include 'dns*' --omit 'dns/rdtypes/*'