From 2716f5b1a18a587e3fcf0caca010be0bba43fdb5 Mon Sep 17 00:00:00 2001 From: Shelwin Xiao <562687381@qq.com> Date: Fri, 22 Nov 2019 16:40:13 +0800 Subject: [PATCH] fix coverage data missing bug --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9791bf8..44ec3e7 100644 --- a/tox.ini +++ b/tox.ini @@ -10,4 +10,4 @@ deps = -rrequirements.txt commands = - {envpython} -m pytest -vv -s --cov=conport --cov-report term --cov-report html \ No newline at end of file + {envpython} -m pytest -vv -s --cov=partition --cov-report term --cov-report html \ No newline at end of file