Merge pull request #461 from dunst-project/coveralls

Coveralls
This commit is contained in:
Benedikt Heine 2017-12-19 10:02:35 +01:00 committed by GitHub
commit b9f347d80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 20 deletions

View File

@ -15,7 +15,11 @@ addons:
dist: trusty
sudo: false
language: c
script: CFLAGS=-Werror make all dunstify test
before_install:
- pip install --user cpp-coveralls
script:
- CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test
- coveralls
compiler:
- gcc
- clang

View File

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/dunst-project/dunst.svg?branch=master)](https://travis-ci.org/dunst-project/dunst)
[![Build Status](https://travis-ci.org/dunst-project/dunst.svg?branch=master)](https://travis-ci.org/dunst-project/dunst) [![Coverage Status](https://coveralls.io/repos/github/dunst-project/dunst/badge.svg?branch=coveralls)](https://coveralls.io/github/dunst-project/dunst?branch=master)
## Dunst