upload build artifacts

This commit is contained in:
Jeff Wang
2020-09-14 09:41:49 -04:00
committed by Jeff Wang
parent bef903b20a
commit bc8c3aab8e
2 changed files with 15 additions and 0 deletions

View File

@ -20,5 +20,8 @@ ninja
src/decn/decn_tests
# get coverage
echo "Running lcov"
lcov --capture --directory src/decn --output-file coverage.info
genhtml coverage.info --output-directory lcov
echo "Running gcov"
gcov -b src/decn/CMakeFiles/decn_cover.dir/decn.c.gcno