Skip to content
Snippets Groups Projects
Commit 7ef91215 authored by Simon Bjurek's avatar Simon Bjurek
Browse files

debugging (adding -s to pytest command)

parent 54d614eb
No related branches found
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
Pipeline #154708 failed
......@@ -23,7 +23,7 @@ before_script:
.run-test:
stage: test
script:
- pytest --cov=b_asic --cov-report=xml:cov.xml --cov-report=term --cov-branch --color=yes test --timeout=20 --durations=10
- pytest -s --cov=b_asic --cov-report=xml:cov.xml --cov-report=term --cov-branch --color=yes test --timeout=20 --durations=10
# - lcov --capture --directory . --output-file coverage.info
# - lcov --output-file coverage.info --extract coverage.info $PWD/src/'*' $PWD/b_asic/'*'
# - lcov --list coverage.info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment