mirror of
https://github.com/eclipse/wakaama.git
synced 2025-05-08 23:31:37 +08:00
tests: Include unit test code in coverage report
This helps to make sure that all unit test are run.
This commit is contained in:
parent
d658d7311c
commit
847ff35daa
@ -183,8 +183,7 @@ function run_tests() {
|
||||
#see https://github.com/koalaman/shellcheck/wiki/SC2089
|
||||
gcovr_opts=(-r "${REPO_ROOT_DIR}/" \
|
||||
--keep `: # Needed for SonarQube` \
|
||||
--exclude "${REPO_ROOT_DIR}"/examples \
|
||||
--exclude "${REPO_ROOT_DIR}"/tests)
|
||||
--exclude "${REPO_ROOT_DIR}"/examples)
|
||||
|
||||
case "${OPT_TEST_COVERAGE_REPORT}" in
|
||||
xml)
|
||||
|
Loading…
x
Reference in New Issue
Block a user