From c4f172f558373432459b0c1c81c58b207e1c8007 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Wed, 2 Sep 2020 15:41:04 +0200 Subject: [PATCH] merge coverages --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 63cc398d..31c12f66 100755 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ max-line-length = 100 [tool:pytest] junit_family=legacy -addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl +addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl --cov-append # add option for junit tests report --junitxml=junit_tests.xml # add option if coverage must be added to previous one --cov-append # add option to get report in terminal --cov-report=term -- GitLab