Enable coverage measurement in travis

This commit is contained in:
Gergely Polonkai 2015-11-24 12:35:07 +01:00
parent c0711d512d
commit 132a7aaac3
1 changed files with 3 additions and 1 deletions

View File

@ -7,11 +7,13 @@ addons:
- gobject-introspection
- gnome-common
- autopoint
before_script: ./autogen.sh
- lcov
before_script: ./autogen.sh --enable-coverage
script:
- make
- make check
before_install:
- pip install --user codecov
after_success:
- make lcov
- codecov