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

[ci] resolving paths

parent 8b26a42a
Branches
Tags
No related merge requests found
Pipeline #35935 failed
......@@ -54,7 +54,7 @@ if __name__ == "__main__":
"-m",
"pytest",
"--junitxml=report.xml",
"--cov src",
"--cov" + Path("src").resolve(),
"--cov-report xml",
]
)
......@@ -66,6 +66,8 @@ if __name__ == "__main__":
"-m",
"pytest",
"--junitxml=report.xml",
"--ignore tests/robofish/io/test_examples.py::test_example_basic_ipynb",
"--ignore "
+ Path("tests/robofish/io/test_examples.py").resolve()
+ "::test_example_basic_ipynb",
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment