aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a951333..c2c8eb4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,18 +38,8 @@ test:
stage: test
script:
- pip install -r dev-requirements.txt
- - pytest -n 4 --junitxml=report.xml
+ - pytest -n 4 --junitxml=report.xml --cov=importer
artifacts:
reports:
junit: report.xml
-coverage:
- image: python:3-alpine
- stage: test
- script:
- - pip install -r dev-requirements.txt
- - coverage run -m pytest
- - coverage xml -o cobertura.xml
- artifacts:
- reports:
- cobertura: cobertura.xml