From 95475966fdad213cf51992128e0210d29aa31d75 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Mon, 21 Mar 2016 12:15:07 +0100 Subject: [PATCH] We do not have C code to cover, they are in dependencies. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0c1d0bb7..c122ed60f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get -qq -o Dpkg::Options::=--force-confold install mysql-server-5.6 # /END MYSQL 5.6 - - pip install --user cpp-coveralls coveralls-merge + - pip install --user coveralls-merge install: - sudo apt-get -qq install libexpat1-dev libyaml-dev libpam0g-dev libsqlite3-dev @@ -58,8 +58,7 @@ after_failure: - find logs -name ejabberd.log -exec cat '{}' ';' after_success: - - coveralls --exclude lib --exclude tests --gcov-options '\-lp' --dump c.json - - coveralls-merge c.json erlang.json + - coveralls-merge erlang.json notifications: email: false -- 2.40.0