|
|
|
@ -363,10 +363,10 @@ debian-meson: |
|
|
|
- | |
|
|
|
# We split in two different commands to handle the case where |
|
|
|
# the coverage will be generated on different jobs later. |
|
|
|
# Note: qt5-vlc_qrc.cpp needs to be remove from the report since its |
|
|
|
# Note: qt6-vlc_qrc.cpp needs to be remove from the report since its |
|
|
|
# coverage should not be checked. It leads to gcovr having trouble |
|
|
|
# parsing the coverage otherwise. |
|
|
|
gcovr -r "${CI_PROJECT_DIR}/" --json "${CI_PROJECT_DIR}/${CI_JOB_NAME}.cov.json" -j$NCPU --gcov-ignore-parse-errors=negative_hits.warn_once_per_file --exclude build-meson/modules/gui/qt/qt5-vlc_qrc.cpp |
|
|
|
gcovr -r "${CI_PROJECT_DIR}/" --json "${CI_PROJECT_DIR}/${CI_JOB_NAME}.cov.json" -j$NCPU --gcov-ignore-parse-errors=negative_hits.warn_once_per_file --exclude build-meson/modules/gui/qt/qt6-vlc_qrc.cpp |
|
|
|
|
|
|
|
- mkdir html-coverage |
|
|
|
- > |
|
|
|
|