Skip to content
Snippets Groups Projects
Commit 8b660f42 authored by Jithu Murugan's avatar Jithu Murugan
Browse files

- Disabled coverage to see if the tests succeed alone

parent a40d1ac1
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59500 failed with stages
in 47 minutes and 12 seconds
......@@ -31,7 +31,7 @@ testing-pytest-coverage:
- chmod +x dedal/utils/bootstrap.sh
- ./dedal/utils/bootstrap.sh
- pip install -e .[test]
- coverage run -m pytest -s --tb=short ./dedal/tests/ && coverage html -i -d htmlcov
- pytest ./dedal/tests/ -s --junitxml=test-results.xml
artifacts:
when: always
reports:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment