Add Reports Upload

This commit is contained in:
Alexander Hosking 2022-04-15 14:44:32 -04:00
parent 124f0300cf
commit e3ca6c1661

View File

@ -27,4 +27,8 @@ test job:
- pip3 install --upgrade setuptools
- pip3 install Flask gunicorn pytest pytest-cov
- 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