From b5ccca0bc7155fe4635e9559c76a63c51cd2cf19 Mon Sep 17 00:00:00 2001 From: Andi Gerken <andi.gerken@gmail.com> Date: Wed, 24 Feb 2021 14:17:39 +0100 Subject: [PATCH] Removed coverage in pytest call --- ci/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.py b/ci/test.py index cce2507..832897c 100755 --- a/ci/test.py +++ b/ci/test.py @@ -53,7 +53,7 @@ if __name__ == "__main__": "-m", "pytest", "--junitxml=report.xml", - "--cov=src", - "--cov-report=html", + # "--cov=src", + # "--cov-report=html", ] ) -- GitLab