ls gcno files
This commit is contained in:
+1
-1
@@ -9,5 +9,5 @@ script:
|
|||||||
- ./src/ebusd/ebusd --help
|
- ./src/ebusd/ebusd --help
|
||||||
- ./test_coverage.sh
|
- ./test_coverage.sh
|
||||||
after_success:
|
after_success:
|
||||||
- find . -type f -name '*.gcno' -exec bash -c "(f={}; echo $f; cd \${f%/*}; gcov -pb \${f##*/})" \;
|
- find . -type f -name '*.gcno' -exec bash -c "(f={}; ls -l \$f; cd \${f%/*}; gcov -pb \${f##*/})" \;
|
||||||
- bash <(curl -s https://codecov.io/bash) -X gcov
|
- bash <(curl -s https://codecov.io/bash) -X gcov
|
||||||
|
|||||||
Reference in New Issue
Block a user