From 9318ef5b7dc89a0668b546a2d24d23e772616354 Mon Sep 17 00:00:00 2001 From: Andi Gerken <andi.gerken@gmail.com> Date: Fri, 26 Feb 2021 11:55:00 +0100 Subject: [PATCH] [ci] added missing space, hope it's working soon! --- ci/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.py b/ci/test.py index 4179663..01e9e2a 100755 --- a/ci/test.py +++ b/ci/test.py @@ -54,7 +54,7 @@ if __name__ == "__main__": "-m", "pytest", "--junitxml=report.xml", - "--cov" + str(Path("src").resolve()), + "--cov " + str(Path("src").resolve()), "--cov-report xml", ] ) -- GitLab