mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
ci/msys2: fix path to the lcov config file
It was using a relative path to the source directory but we run lcov in the build directory.
This commit is contained in:
parent
035975da09
commit
bf032e3e04
@ -44,7 +44,7 @@ ninja
|
||||
|
||||
"${LCOV}" \
|
||||
--quiet \
|
||||
--config-file .gitlab-ci/lcovrc \
|
||||
--config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||
--directory "${DIR}/_build" \
|
||||
--capture \
|
||||
--initial \
|
||||
@ -55,7 +55,7 @@ meson test --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} || true
|
||||
|
||||
"${LCOV}" \
|
||||
--quiet \
|
||||
--config-file .gitlab-ci/lcovrc \
|
||||
--config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||
--directory "${DIR}/_build" \
|
||||
--capture \
|
||||
--output-file "${DIR}/_coverage/${CI_JOB_NAME}.lcov"
|
||||
|
Loading…
Reference in New Issue
Block a user