Skip to content

Commit

Permalink
Add gcovr to CI docker image (#1072)
Browse files Browse the repository at this point in the history
For #1066
  • Loading branch information
kuznetsss authored Jan 3, 2024
1 parent b609298 commit af485a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt update -qq \
&& update-alternatives --install /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-${GCC_VERSION} 100 \
&& apt-get clean && apt remove -y software-properties-common \
&& pip3 install -q --upgrade --no-cache-dir pip \
&& pip3 install -q --no-cache-dir conan==1.62
&& pip3 install -q --no-cache-dir conan==1.62 gcovr

# Install ccache from source
WORKDIR /tmp
Expand Down

0 comments on commit af485a0

Please sign in to comment.