From: Bob Halley Date: Wed, 17 Jun 2020 14:43:28 +0000 (-0700) Subject: exclude unwanted from coverage report X-Git-Tag: v2.0.0rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a2ea6fa7cd4222c24c6a7c4c1f1aeb8cf345b6;p=thirdparty%2Fdnspython.git exclude unwanted from coverage report --- diff --git a/Makefile b/Makefile index b12ba054..e085126e 100644 --- a/Makefile +++ b/Makefile @@ -82,5 +82,5 @@ poflake: pocov: poetry run coverage run -m pytest - poetry run coverage html + poetry run coverage html --include 'dns*' poetry run coverage report --include 'dns*' --omit 'dns/rdtypes/*'