1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

ci: Use gcovr for coverage reports

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-11-18 09:50:56 +01:00
parent edd8560291
commit 4c44284bd1

View file

@ -29,7 +29,7 @@ build:native:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -y update
- apt-get -y install eatmydata
- eatmydata apt-get -y install lcov ca-certificates appstream
- eatmydata apt-get -y install gcovr ca-certificates appstream
- '[ "${WANT_BUILD_DEPS}" != "true" ] || eatmydata apt-get -y build-dep .'
- ulimit -c unlimited
script: