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

Print coverage and add code quality

parent 442436c4
No related branches found
No related tags found
No related merge requests found
Pipeline #72129 passed with warnings
image: python:3.6
include:
- template: Code-Quality.gitlab-ci.yml
stages:
- test
......@@ -13,7 +16,7 @@ before_script:
run tests:
stage: test
script:
- pytest --cov=b_asic --cov-report xml:cov.xml test
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
artifacts:
reports:
coverage_report:
......
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