]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
do not omit rdtypes on coverage summary
authorBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 19:40:33 +0000 (12:40 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 17 Jun 2020 19:40:33 +0000 (12:40 -0700)
Makefile

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