From 12c4372740f4547fbdb5cbf24cb5fb7aa9165178 Mon Sep 17 00:00:00 2001
From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr>
Date: Thu, 12 Nov 2020 19:57:12 +0100
Subject: [PATCH] .gitlab-ci.yml: fix coverage creation

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be1ff4e..7e1f8ea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ tests:
     - pip install biopython==1.75
   script:
     - coverage run -m unittest discover
-    - coverage report xml
+    - coverage xml
 
 sonarqube-check:
   image:
-- 
GitLab