diff --git a/Dockerfile b/Dockerfile index dc4ffe0..884fe59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" RUN rustup component add clippy rustfmt # Install cargo-leptos, sqlx-cli and cargo-nextest -RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest leptosfmt +RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest leptosfmt cargo-llvm-cov # Set up the project directory WORKDIR /app diff --git a/README.md b/README.md index 020780d..a672f0d 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ The image has the following for use in ci/cd - leptosfmt - sqlx-cli - cargo-nextest + - cargo-llvm-cov