From 35e6a272b01d9de07fdf64afcb1e107bafb69dec Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sun, 4 Feb 2018 16:55:04 +0100
Subject: [PATCH] try to print coverage percent

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d75bd05da..0d93e0ef0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ test:
   script:
     - yarn
     - yarn test
+    - sed -n 23p fich coverage/index.html
 
 .build_releases: &build_releases
   stage: package
-- 
GitLab