From 6eb201a4376ee9dc71bd003f93b7d91ce11d2fbf Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Tue, 5 May 2020 01:18:17 -0700 Subject: Update setup.cfg tool:pytest to remove cov-report --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 77afa15..f38e784 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,4 +64,4 @@ python_files = test_*.py python_classes = Test_* testpaths = tests -addopts = -W always --cov --cov-report=term-missing +addopts = -W always --cov -- cgit v1.2.1