fix ci build

This commit is contained in:
Manuel Barkhau 2020-07-19 15:36:59 +00:00
parent cad2c482a5
commit 47b451ff9f

View file

@ -18,7 +18,7 @@ unit:
- reports/flake8.xml
- reports/pytest.xml
paths:
- reports/htmlcov/
- reports/testcov/
- reports/mypycov/
allow_failure: false
@ -28,7 +28,7 @@ pages:
script:
- mkdir -p public/cov
- mkdir -p public/mypycov
- cp -r reports/htmlcov/* public/cov/
- cp -r reports/testcov/* public/cov/
- cp -r reports/mypycov/* public/mypycov/
artifacts:
paths: