Add coveralls
Send test coverage statistics to coveralls to provide a visual way to monitor the progress of our testing suite.
This commit is contained in:
parent
35dbd00611
commit
74c3330669
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
[](https://travis-ci.org/dunst-project/dunst)
|
||||
[](https://travis-ci.org/dunst-project/dunst) [](https://coveralls.io/github/dunst-project/dunst?branch=master)
|
||||
|
||||
## Dunst
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user