From b310a18e697c6c8d854c0547932b611dbb0d880a Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Sun, 10 Jun 2018 01:02:21 +0200
Subject: [PATCH] Add branch coverage to the CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20426f6..c1121b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,5 +31,5 @@ tests:
   script:
   - apt-get -qqy update
   - apt-get -qqy install --no-install-recommends python3-mutagen python3-gi-cairo gir1.2-poppler-0.18 gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl python3-coverage
-  - python3-coverage run -m unittest discover -s tests/
+  - python3-coverage run --branch -m unittest discover -s tests/
   - python3-coverage report -m --include 'libmat2/*'
-- 
GitLab