mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-13 19:56:25 +00:00
Correct paths - hopefully
This commit is contained in:
@@ -14,15 +14,13 @@ before_script:
|
|||||||
test_and_coverage:
|
test_and_coverage:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pushd ivatar
|
|
||||||
- python manage.py collectstatic --noinput
|
- python manage.py collectstatic --noinput
|
||||||
- coverage run --source . manage.py test -v3
|
- coverage run --source . manage.py test -v3
|
||||||
- coverage report --fail-under=70
|
- coverage report --fail-under=70
|
||||||
- coverage html
|
- coverage html
|
||||||
- popd
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ivatar/htmlcov/
|
- htmlcov/
|
||||||
|
|
||||||
pycco:
|
pycco:
|
||||||
stage: test
|
stage: test
|
||||||
@@ -43,7 +41,7 @@ pages:
|
|||||||
- test_and_coverage
|
- test_and_coverage
|
||||||
- pycco
|
- pycco
|
||||||
script:
|
script:
|
||||||
- mv ivatar/htmlcov/ public/
|
- mv htmlcov/ public/
|
||||||
- mv pycco/ public/
|
- mv pycco/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user