From e5c343e577cfc92d9e21ef475665ea8d6aaf4021 Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Wed, 24 Mar 2021 07:35:49 -0400 Subject: [PATCH] Verify 100% coverage in local tox. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2939a2b..3b8ffcf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,13 @@ [tox] -envlist = lint,py37,py39,tornado5 +envlist = lint,py37,py38,py39,tornado5 toxworkdir = ./build/tox [testenv] deps = .[dev,tornado] commands = - python -m unittest + coverage run -m unittest + coverage report [testenv:lint] commands =