hopefully final codecov+travis-ci adjustment

This commit is contained in:
john30
2016-05-27 11:37:04 +02:00
parent 9cfc723e6a
commit f30166b484
2 changed files with 3 additions and 5 deletions
+2 -5
View File
@@ -1,11 +1,8 @@
language: cpp
before_script:
- pip install --user codecov
script:
- ./autogen.sh --enable-coverage && make all test
- (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message)
- ./src/ebusd/ebusd --help
after_success:
- find . -name "*.gc*"
- (cd src/ebusd && gcov -pb main.gcno)
- codecov
- find . -type f -name '*.gcno' -exec gcov -pb {} \;
- bash <(curl -s https://codecov.io/bash) -X gcov