language: c before_install: - sudo pip install cpp-coveralls --use-mirrors script: - make after_success: - coveralls --verbose --no-gcov