From 8b4b7d72050e504e66176c40caeea8e1b58c13c1 Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Mon, 2 Aug 2021 12:00:18 +0200
Subject: [PATCH] change path for coverage report in setup.cfg

---
 setup.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 31c12f66..f4c461c9 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,9 @@ exclude_lines =
     # Have to re-enable the standard pragma
     pragma: no cover
 
+[coverage:path]
+source = PanACoTA
+
 [build_sphinx]
 source-dir = doc_sources/
 build-dir  = doc/
-- 
GitLab