Skip to content
Snippets Groups Projects

Add code coverage to PRs

Merged Oscar Gustafsson requested to merge codecoverage into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -8,6 +8,7 @@ before_script:
- python -m pip install --upgrade pip
- python --version
- pip install pytest pytest-cov sphinx furo numpydoc pytest-xvfb pytest-qt setuptools_scm sphinx-qt-documentation pytest-xdist
- export CPPFLAGS='--coverage'
- pip install .
- pip show b_asic
@@ -21,6 +22,8 @@ before_script:
coverage_report:
coverage_format: cobertura
path: cov.xml
coverage: /(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
run-test-3.8:
image: python:3.8
Loading