Skip to content
Snippets Groups Projects
Commit 9318ef5b authored by Andi Gerken's avatar Andi Gerken
Browse files

[ci] added missing space, hope it's working soon!

parent 609fbb2c
No related branches found
No related tags found
No related merge requests found
Pipeline #35937 failed
......@@ -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",
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment