From ef0f6d4a75cc20ab735a23d656d09aa37d8d6575 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 24 Sep 2021 10:29:16 +0200 Subject: [PATCH] setup.cfg: combine coverage results --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8e3f336..c5ad54b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [tool:pytest] addopts = -v --junit-xml=test-report.xml --doctest-modules - --cov=riotctrl --cov-branch + --cov=riotctrl --cov-branch --cov-append --cov-report=term-missing --cov-report=xml testpaths = riotctrl markers =