commit | 9fe58328cc927400b27431b72999b22264f9e925 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Dec 13 19:33:39 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 10 19:30:36 2019 +0000 |
tree | a23f264db3cab09001cb2850edb23618ecacabdb | |
parent | 40d5c7ce5a3d94614a7e5ac437ae274ee8cbbacd [diff] |
scripts/unit-test: Only build coverage output if coverage run If our project has no test cases run then no coverage data will be produced. This results in a lack of .gcda files which causes the coverage-html target to fail being built. Just avoid running the coverage-html generation if we don't have coverage data. Change-Id: If4342798c6bfaa4fd2eed77fe510fa6a70546fa4 Signed-off-by: William A. Kennington III <wak@google.com>
Build script for CI jobs in Jenkins.