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 image: python:3.6
include:
- template: Code-Quality.gitlab-ci.yml
stages: stages:
- test - test
...@@ -13,7 +16,7 @@ before_script: ...@@ -13,7 +16,7 @@ before_script:
run tests: run tests:
stage: test stage: test
script: 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: artifacts:
reports: reports:
coverage_report: coverage_report:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment