summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-10-12 20:58:12 +0200
committerPierre de Lacroix <pierre@pdelacroix.com>2020-10-12 21:21:51 +0200
commit66d36a34b102f8dfeaa81df0cc343ff96eca9f4c (patch)
tree24445d5272726ad9f666128598430dba278a964d /.gitlab-ci.yml
parentwrite docs (diff)
use test reports and coverage in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca7ec81..1dfcee7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,8 +15,12 @@ test:
- MIX_ENV=test mix compile
- mix test --cover
artifacts:
+ when: always
paths:
- cover
+ reports:
+ junit: _build/test/lib/matrix_app_service/test-junit-report.xml
+ cobertura: coverage.xml
format:
stage: static_analysis