mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
add coverage output for mypy
This commit is contained in:
parent
c85c80abda
commit
d702a8f07b
4 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue