mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
bootstrapit updates
This commit is contained in:
parent
e70c45403c
commit
f1e17562b8
5 changed files with 251 additions and 26 deletions
|
|
@ -13,9 +13,13 @@ unit:
|
|||
- make test_compat
|
||||
coverage: '/^(TOTAL|src).*?(\d+\%)$/'
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
- reports/flake8.xml
|
||||
- reports/pytest.xml
|
||||
paths:
|
||||
- htmlcov/
|
||||
- mypycov/
|
||||
- reports/htmlcov/
|
||||
- reports/mypycov/
|
||||
allow_failure: false
|
||||
|
||||
|
||||
|
|
@ -24,8 +28,8 @@ pages:
|
|||
script:
|
||||
- mkdir -p public/cov
|
||||
- mkdir -p public/mypycov
|
||||
- cp -r htmlcov/* public/cov/
|
||||
- cp -r mypycov/* public/mypycov/
|
||||
- cp -r reports/htmlcov/* public/cov/
|
||||
- cp -r reports/mypycov/* public/mypycov/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue