diff --git a/Dockerfile b/Dockerfile index ce6c6b9..e005cb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,6 +77,8 @@ 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 \