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/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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue