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

- Enabled coverage calculation alongside test execution in the test bench.

parent ffe9984e
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59550 passed with stages
in 45 minutes and 50 seconds
......@@ -31,7 +31,7 @@ testing-pytest-coverage:
- chmod +x dedal/utils/bootstrap.sh
- ./dedal/utils/bootstrap.sh
- pip install -e .[test]
- pytest ./dedal/tests/ -s --junitxml=test-results.xml
- coverage run -m pytest -s --tb=short --junitxml=test-results.xml ./dedal/tests/ && coverage html -i -d htmlcov
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