Add codecov support

This commit is contained in:
2015-11-23 19:38:06 +01:00
parent da90330152
commit 230ec75043
3 changed files with 6 additions and 0 deletions

View File

@@ -11,3 +11,7 @@ before_script: ./autogen.sh
script:
- make
- make check
before_install:
- pip install --user codecov
after_success:
- codecov