mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix ci build
This commit is contained in:
parent
cad2c482a5
commit
47b451ff9f
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ unit:
|
||||||
- reports/flake8.xml
|
- reports/flake8.xml
|
||||||
- reports/pytest.xml
|
- reports/pytest.xml
|
||||||
paths:
|
paths:
|
||||||
- reports/htmlcov/
|
- reports/testcov/
|
||||||
- reports/mypycov/
|
- reports/mypycov/
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ pages:
|
||||||
script:
|
script:
|
||||||
- mkdir -p public/cov
|
- mkdir -p public/cov
|
||||||
- mkdir -p public/mypycov
|
- mkdir -p public/mypycov
|
||||||
- cp -r reports/htmlcov/* public/cov/
|
- cp -r reports/testcov/* public/cov/
|
||||||
- cp -r reports/mypycov/* public/mypycov/
|
- cp -r reports/mypycov/* public/mypycov/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue