test with direct args to gcov

This commit is contained in:
John
2021-11-13 18:28:52 +01:00
parent 6efbe38363
commit e4ee78db0d
+4 -4
View File
@@ -38,9 +38,9 @@ jobs:
- -
name: test coverage name: test coverage
run: ./test_coverage.sh run: ./test_coverage.sh
- # -
name: prepare result # name: prepare result
run: find . -type f -name '*.gcno' -exec bash -c "(f={}; ls -l \$f; cd \${f%/*}; gcov -pb \${f##*/})" \; # run: find . -type f -name '*.gcno' -exec bash -c "(f={}; ls -l \$f; cd \${f%/*}; gcov -pb \${f##*/})" \;
- -
name: push result name: push result
run: bash <(curl -s https://codecov.io/bash) -X gcov run: bash <(curl -s https://codecov.io/bash) -Z -a '-pb'