Skip to content

Commit

Permalink
ci: Remove code coverage job (matter-labs#429)
Browse files Browse the repository at this point in the history
# What ❔

Removes code coverage CI job & related stuff.

## Why ❔

We don't really use it. For now, it's just bloat.
Additionally, it's likely to be misconfigured/suboptimal. For the next
attempt to have (and actually use) code coverage, it'll be better to
start from scratch and do proper research.
  • Loading branch information
popzxc authored Nov 7, 2023
1 parent 38fb878 commit 66fe167
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 92 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/coverage.yml

This file was deleted.

17 changes: 0 additions & 17 deletions codecov.yml

This file was deleted.

1 change: 0 additions & 1 deletion docker/zk-environment/20.04_amd64_cuda_11_8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ RUN wget -c -O - https://sh.rustup.rs | bash -s -- -y
RUN rustup install nightly-2023-07-21
RUN rustup default stable
RUN cargo install --version=0.5.13 sqlx-cli
RUN cargo install cargo-tarpaulin
RUN cargo install cargo-nextest

# Copy compiler (both solc and zksolc) binaries
Expand Down
1 change: 0 additions & 1 deletion docker/zk-environment/20.04_amd64_cuda_12_0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ RUN wget -c -O - https://sh.rustup.rs | bash -s -- -y
RUN rustup install nightly-2023-07-21
RUN rustup default stable
RUN cargo install --version=0.5.13 sqlx-cli
RUN cargo install cargo-tarpaulin
RUN cargo install cargo-nextest

# Copy compiler (both solc and zksolc) binaries
Expand Down
1 change: 0 additions & 1 deletion docker/zk-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ RUN wget -c -O - https://sh.rustup.rs | bash -s -- -y && \
rustup default stable

RUN cargo install --version=0.5.13 sqlx-cli
RUN cargo install cargo-tarpaulin
RUN cargo install cargo-nextest

# Copy compiler (both solc and zksolc) binaries
Expand Down
21 changes: 0 additions & 21 deletions tarpaulin.toml

This file was deleted.

0 comments on commit 66fe167

Please sign in to comment.