From: Bob Halley Date: Fri, 24 Nov 2023 23:39:05 +0000 (-0800) Subject: Fix coverage breakage by hatch branch merge. X-Git-Tag: v2.5.0rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546895c603b4748b6cf1989b678643f13e4fe414;p=thirdparty%2Fdnspython.git Fix coverage breakage by hatch branch merge. --- diff --git a/Makefile b/Makefile index 1cc3019f..aedd9a2b 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ ruff: ruff dns cov: - coverage --branch -m pytest + coverage run --branch -m pytest coverage html --include 'dns/*' coverage report --include 'dns/*'