Add Reports Upload
This commit is contained in:
parent
124f0300cf
commit
e3ca6c1661
@ -27,4 +27,8 @@ test job:
|
|||||||
- pip3 install --upgrade setuptools
|
- pip3 install --upgrade setuptools
|
||||||
- pip3 install Flask gunicorn pytest pytest-cov
|
- pip3 install Flask gunicorn pytest pytest-cov
|
||||||
- pip3 install pendulum
|
- pip3 install pendulum
|
||||||
- pytest tests --cov --cov-report term --cov-report html
|
- pytest tests --cov --cov-report term --cov-report html --junitxml=report.xml
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
reports:
|
||||||
|
juint: report.xml
|
Loading…
Reference in New Issue
Block a user