Generate code coverage w/o external shell script, use CMake.

* upload codecov/dist artifacts

Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
lns
2022-10-02 21:41:33 +02:00
committed by Toni Uhlig
parent 49ea4f8474
commit b7d8564b65
2 changed files with 21 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "${0}")/.."
mkdir -p coverage_report
lcov --directory . --capture --output-file lcov.info
genhtml -o coverage_report lcov.info