Skip to content

Commit

Permalink
travis: add coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed May 26, 2019
1 parent 65ce86c commit 7cc7719
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -32,11 +32,16 @@ addons:
- libxml2-utils
- lua5.2
- lynx
- python-pip
- python-software-properties
- xsltproc

git:
depth: 3

before_install:
- pip install --user cpp-coveralls

install:
- git clone --depth 1 https://github.com/neomutt/travis-build.git ~/config

Expand All @@ -49,7 +54,10 @@ before_script:
- export -f travis_time_start

script:
- ~/config/build
- ./configure --disable-doc --testing --coverage --everything && make && make test

after_success:
- coveralls --gcov-options '\-lp' --build-root . --include mutt --include email --include address --include config

after_script:
- ccache --show-stats
Expand Down

0 comments on commit 7cc7719

Please sign in to comment.