From: Mickael Remond Date: Mon, 21 Mar 2016 11:15:07 +0000 (+0100) Subject: We do not have C code to cover, they are in dependencies. X-Git-Tag: 16.03~29^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95475966fdad213cf51992128e0210d29aa31d75;p=ejabberd We do not have C code to cover, they are in dependencies. --- 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