Skip to content
Snippets Groups Projects
Commit 442436c4 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add coverage to GitLab

parent 66a49730
No related branches found
No related tags found
No related merge requests found
Pipeline #72127 passed
......@@ -13,4 +13,9 @@ before_script:
run tests:
stage: test
script:
- pytest test
\ No newline at end of file
- pytest --cov=b_asic --cov-report xml:cov.xml test
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: cov.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment