Skip to content
Snippets Groups Projects
Commit e5aad057 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Add tools for coverage reports

parent 909ee869
No related branches found
No related tags found
1 merge request!157Add tools for coverage reports
Pipeline #75400 failed
......@@ -26,9 +26,9 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
g++ g++-9 g++-10 \
gcovr \
gfortran gfortran-9 gfortran-10 \
git \
git-lfs \
git git-lfs \
gnuplot-nox \
lcov \
libadolc-dev \
libalberta-dev \
libarpack++2-dev \
......
......@@ -23,8 +23,8 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
gcc gcc-12 \
gcovr \
gfortran gfortran-12 \
git \
git-lfs \
git git-lfs \
lcov \
libadolc-dev \
libalberta-dev \
libarpack++2-dev \
......
......@@ -20,6 +20,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
flex \
g++ g++-11 \
gcc gcc-11 \
gcovr \
gfortran gfortran-11 \
git \
git-lfs \
......@@ -27,6 +28,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
ipython3 \
iwyu \
jupyter \
lcov \
libadolc-dev \
libalberta-dev \
libarpack++2-dev \
......
......@@ -17,21 +17,16 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
curl \
cppcheck \
flex \
g++ \
g++-13 \
g++-14 \
gcc \
gcc-13 \
gcc-14 \
gfortran \
gfortran-13 \
gfortran-14 \
git \
git-lfs \
g++ g++-13 g++-14 \
gcc gcc-13 gcc-14 \
gcovr \
gfortran gfortran-13 gfortran-14 \
git git-lfs \
gnupg \
ipython3 \
iwyu \
jupyter \
lcov \
libadolc-dev \
libalberta-dev \
libarpack++2-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment