From 94a35cb4de39b11e7c38838a407244a56a222ae9 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Fri, 22 Dec 2023 13:58:36 -0500 Subject: [PATCH 1/2] add cargo-llvm-cov --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ce6c6b9..64a2de5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,6 +77,7 @@ RUN rustup toolchain install stable RUN rustup component add rustfmt RUN rustup component add clippy RUN rustup component add rust-analyzer +RUN cargo install cargo-llvm-cov RUN cargo --version LABEL org.label-schema.build-date=$BUILD_DATE \ From e6e0ae0478e86bcf1095c5d3893f300e0d090ed1 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Fri, 22 Dec 2023 14:00:16 -0500 Subject: [PATCH 2/2] newline --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 64a2de5..e005cb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,7 @@ RUN rustup component add rustfmt RUN rustup component add clippy RUN rustup component add rust-analyzer RUN cargo install cargo-llvm-cov + RUN cargo --version LABEL org.label-schema.build-date=$BUILD_DATE \