From: Bob Halley Date: Sat, 30 May 2020 14:12:49 +0000 (-0700) Subject: add coverage report to output X-Git-Tag: v2.0.0rc1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ca72c7395a9d4b67539952c83b60a59c4d31be;p=thirdparty%2Fdnspython.git add coverage report to output --- diff --git a/Makefile b/Makefile index 4caab2c6..b12ba054 100644 --- a/Makefile +++ b/Makefile @@ -83,3 +83,4 @@ poflake: pocov: poetry run coverage run -m pytest poetry run coverage html + poetry run coverage report --include 'dns*' --omit 'dns/rdtypes/*'