Skip to content

Commit 898ab5b

Browse files
committed
add gcovr to coverage bundle
gcovr is missing in the coverage bundle to correcly create a report which codecov understands. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 5a3a2a3 commit 898ab5b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ci-containers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ bundles:
8585
- curl
8686
- gnupg
8787
- pipx
88+
- gcovr
8889

8990
coverity:
9091
debian:

main/Dockerfile.debian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt-get update && \
3636
curl \
3737
gnupg \
3838
pipx \
39+
gcovr \
3940
file \
4041
python3-sphinx \
4142
asciidoc \

0 commit comments

Comments
 (0)