From 1872c4020d934e1f15431023a729ad41542b0ae1 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 11 Feb 2020 10:36:19 +0100 Subject: [PATCH] Add --cov-report term-missing to setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e5d685a..a4718c8 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 html --html test-report/index.html + --cov pystencils_autodiff --cov-report term-missing --cov-report html --html test-report/index.html --verbose norecursedirs = dist -- GitLab