From 33b2b3cd856756be9405b23fa9a2869be3b78a97 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <alexander@mail-schlemmer.de>
Date: Thu, 10 Feb 2022 11:35:46 +0100
Subject: [PATCH] TST: added option for displaying test coverage to pytest
 config

---
 pytest.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index 211913fa..35665e1b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,4 @@
 [pytest]
 testpaths = unittests
-addopts = -vv
+addopts = -vv --cov=caosadvancedtools
 python_paths = src
-- 
GitLab