]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update pocov Makefile rule for coverage 7.0.0.
authorBob Halley <halley@dnspython.org>
Tue, 20 Dec 2022 14:20:30 +0000 (06:20 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 20 Dec 2022 14:20:30 +0000 (06:20 -0800)
Makefile

index bbf1b5008a5bec72bc64fd25c64cfe31523cb404..66b4cff4364c009a9cde4feb86e29ae6c8b1945b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,8 +69,8 @@ poflake:
 
 pocov:
        poetry run coverage run --branch -m pytest
-       poetry run coverage html --include 'dns*'
-       poetry run coverage report --include 'dns*'
+       poetry run coverage html --include 'dns/*'
+       poetry run coverage report --include 'dns/*'
 
 oldpokit:
        po run python setup.py sdist --formats=zip bdist_wheel