diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b2095bbac834a11ff4b8d3d5a13ad0f9903a090..90fa96d9e7c242557cd99d9e0394958b190edd4a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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