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

removed coverage call

parent ef7a2a3b
Branches
Tags
No related merge requests found
Pipeline #35934 failed
...@@ -54,10 +54,11 @@ if __name__ == "__main__": ...@@ -54,10 +54,11 @@ if __name__ == "__main__":
"-m", "-m",
"pytest", "pytest",
"--junitxml=report.xml", "--junitxml=report.xml",
"--cov=src", "--cov src",
"--cov-report xml",
] ]
) )
check_call([python_venv_executable(), "-m", "coverage xml"]) # check_call([python_venv_executable(), "-m", "coverage xml"])
else: else:
check_call( check_call(
[ [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment