* .gitlab-ci.yml: Remove spot.cc and spot-x.cc from coverage report.

This commit is contained in:
Alexandre Duret-Lutz 2018-05-21 15:43:26 +02:00
parent 924a642939
commit 8120587fbf

View file

@ -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: