From: Bob Halley Date: Tue, 20 Dec 2022 14:20:30 +0000 (-0800) Subject: Update pocov Makefile rule for coverage 7.0.0. X-Git-Tag: v2.3.0rc1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e200f9ef60de047c29765ca35490cc58928043c;p=thirdparty%2Fdnspython.git Update pocov Makefile rule for coverage 7.0.0. --- diff --git a/Makefile b/Makefile index bbf1b500..66b4cff4 100644 --- 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