bootstrapit updates

This commit is contained in:
Manuel Barkhau 2020-07-19 13:58:33 +00:00
parent e70c45403c
commit f1e17562b8
5 changed files with 251 additions and 26 deletions

View file

@ -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