switch to gcov-4.8

This commit is contained in:
john30
2017-01-28 13:31:27 +01:00
parent dee6cc5a55
commit 803300782f
+1 -1
View File
@@ -16,5 +16,5 @@ script:
- ./src/ebusd/ebusd --help
- ./test_coverage.sh
after_success:
- find . -type f -name '*.gcno' -exec bash -c "(f={}; ls -l \$f; cd \${f%/*}; gcov -pb \${f##*/})" \;
- find . -type f -name '*.gcno' -exec bash -c "(f={}; ls -l \$f; cd \${f%/*}; gcov-4.8 -pb \${f##*/})" \;
- bash <(curl -s https://codecov.io/bash) -X gcov