Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ fmt:coverage: COMPILER_TYPE: "gcc" script: - export PATH=$PATH:~/.local/bin - pip install --trusted-host=pypi.org --user gcovr - pip install --trusted-host=pypi.org --user gcovr==6.0 - export CCACHE_DIR=`pwd`/ccache - cmake -GNinja -DCMAKE_CXX_FLAGS="-Werror" -DBUILD_ALL_MODULES=ON -DCMAKE_BUILD_TYPE=Debug -DCOVERAGE=ON .. - ninja -k0 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ fmt:coverage: COMPILER_TYPE: "gcc" script: - export PATH=$PATH:~/.local/bin - pip install --trusted-host=pypi.org --user gcovr - pip install --trusted-host=pypi.org --user gcovr==6.0 - export CCACHE_DIR=`pwd`/ccache - cmake -GNinja -DCMAKE_CXX_FLAGS="-Werror" -DBUILD_ALL_MODULES=ON -DCMAKE_BUILD_TYPE=Debug -DCOVERAGE=ON .. - ninja -k0 Loading