]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
turn on branch coverage
authorBob Halley <halley@dnspython.org>
Tue, 21 Jul 2020 17:21:20 +0000 (10:21 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 21 Jul 2020 17:21:20 +0000 (10:21 -0700)
Makefile

index 4b0e80f81dfa188a4e26bcc905aea68675e39440..d961e76f61bc92afc871c588b232d319d115d4ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ poflake:
        poetry run flake8 dns
 
 pocov:
-       poetry run coverage run -m pytest
+       poetry run coverage run --branch -m pytest
        poetry run coverage html --include 'dns*'
        poetry run coverage report --include 'dns*'