From 6609675cff18d7a9bb84930dfd48f12d18e3c234 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Fri, 15 Mar 2019 09:37:29 +0100
Subject: [PATCH] code coverage config for frontend tests

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aca2c3fe9..2e750cbe9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ variables:
 
 test_frontend:
   stage: test
+  coverage: '/Statements[:\ ]+(\d+.\d+)\%/'
   script:
     - cd frontend-js
     - npm install  
-- 
GitLab