Skip to content

add coverage

Ying-Qiu Zheng requested to merge set-coverage into master

related to #32. add:

  1. pip install coverage to .gitlab-ci.yml
  2. run: coverage run -m pytest && coverage xml
  3. artifacts: reports: cobertura: coverage.xml
Edited by Ying-Qiu Zheng

Merge request reports