add cargo-llvm-cov
Build and Push / build_and_publish_docker_image (push) Successful in 16m12s

This commit is contained in:
2026-06-01 20:51:38 -05:00
parent 6187482fa8
commit 3de83be56b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
+1
View File
@@ -18,3 +18,4 @@ The image has the following for use in ci/cd
- leptosfmt
- sqlx-cli
- cargo-nextest
- cargo-llvm-cov