From 4ffaab433ff646eb0d46f64f93ab301041c5db00 Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Fri, 21 Feb 2020 10:35:58 +0100
Subject: [PATCH] sonarqube coverage report

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adbb7bc..3257772 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,10 +15,12 @@ variables:
 cache:
   paths:
     - node_modules/
+    - docs/
 
 stages:
   - build
   - test
+  - quality
 
 build:
   stage: build
@@ -33,4 +35,5 @@ test:
     - jest
   artifacts:
     paths:
-      - docs/test-report.html
\ No newline at end of file
+      - docs/test-report.html
+      - docs/coverage/lcov.info
\ No newline at end of file
-- 
GitLab