add coverage output for mypy

This commit is contained in:
Manuel Barkhau 2019-01-07 15:03:16 +01:00
parent c85c80abda
commit d702a8f07b
4 changed files with 8 additions and 2 deletions

View file

@ -15,6 +15,7 @@ unit:
artifacts:
paths:
- htmlcov/
- mypycov/
allow_failure: false
@ -22,7 +23,9 @@ pages:
stage: build
script:
- mkdir -p public/cov
- mkdir -p public/mypycov
- cp htmlcov/* public/cov/
- cp mypycov/* public/mypycov/
artifacts:
paths:
- public