From 744368868bc5ca7eaa640e0336005d073e833dba Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Sat, 10 Nov 2018 03:36:33 +0100 Subject: [PATCH] Generate textual coverage reports, mk. 2 --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20a9af5..f703dd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,9 @@ matrix: - libjpeg-dev - libpng-dev - cimg-dev - install: true # we don't need patchelf for building and running the tests + install: + # we don't need patchelf for building and running the tests + - pip install gcovr script: travis/test-coverage.sh after_success: true # also, we don't intend to upload release binaries - env: @@ -54,7 +56,9 @@ matrix: - g++-multilib - libfuse2:i386 - libcairo2:i386 - install: true # we don't need patchelf for building and running the tests + install: true + don't need patchelf for building and running the tests + - pip install gcovr script: travis/test-coverage.sh after_success: true # also, we don't intend to upload release binaries