From 233a965fe2d95545792e3105f6d7bc6bdf94baad Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 11 Feb 2020 10:37:15 +0100 Subject: [PATCH] Remove --cov-report term-missing from setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a4718c8..e5d685a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -89,7 +89,7 @@ extras = True # e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml # in order to write a coverage file that can be read by Jenkins. addopts = - --cov pystencils_autodiff --cov-report term-missing --cov-report html --html test-report/index.html + --cov pystencils_autodiff --cov-report html --html test-report/index.html --verbose norecursedirs = dist -- GitLab