From e3ca6c1661d934e173e49a060606623957c81ec2 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Fri, 15 Apr 2022 14:44:32 -0400 Subject: [PATCH] Add Reports Upload --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9631211..d9af321 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - pytest tests --cov --cov-report term --cov-report html --junitxml=report.xml + artifacts: + when: always + reports: + juint: report.xml \ No newline at end of file