From 20f86e67e30341d0846ea76f03bcc1a92d53c119 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 9 Dec 2022 19:55:27 -0500 Subject: [PATCH] Add branch coverage --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0aa986b4..b04efcbe 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = pytest-cov pywin32 ; sys.platform == 'win32' commands = - {posargs:pytest --cov --cov-report=term-missing tests} + {posargs:pytest --cov --cov-report=term-missing --cov-branch tests} [flake8] max-line-length = 79