From 8120587fbfc8483baff70b5b53cb279a83bb68e4 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 21 May 2018 15:43:26 +0200 Subject: [PATCH] * .gitlab-ci.yml: Remove spot.cc and spot-x.cc from coverage report. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35eacfab7..2604ce52b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ debian-unstable-gcc-coverage: - make - make check - lcov --capture --directory . --no-external --output spot.info - - lcov --remove spot.info '*/spot/parse*/scan*.cc' '*/spot/parse*/parse*.cc' '*/utf8/*' '*/python/*' '*/buddy/*' '*/doc/org/tmp/*' --output spot2.info + - lcov --remove spot.info '*/bin/spot.cc' '*/bin/spot-x.cc' '*/spot/parse*/scan*.cc' '*/spot/parse*/parse*.cc' '*/utf8/*' '*/python/*' '*/buddy/*' '*/doc/org/tmp/*' --output spot2.info - lcov --summary spot2.info - genhtml --legend --demangle-cpp --output-directory coverage spot2.info artifacts: