Skip to content

Commit

Permalink
ci: debug coverage file size
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 15, 2023
1 parent d0f4e3a commit 0824ea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-iov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
ci_run rustc --version
ci_run cargo clippy --version
- name: prover-unit-tests
run: ci_run zk test prover

- name: contracts-unit-tests
run: ci_run zk test contracts

Expand Down Expand Up @@ -114,6 +117,7 @@ jobs:
ci_run mkdir -p ./target/release/coverage/
ci_run "grcov . --binary-path ./target/release/deps/ -s . -t cobertura --branch --ignore-not-existing --ignore '../*' --ignore '/*' -o ./target/release/coverage/cobertura.xml"
docker compose -f docker-compose-runner.yml cp zk:/usr/src/zksync/target/release/coverage/cobertura.xml coverage.cobertura.xml
du coverage.cobertura.xml
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 0824ea5

Please sign in to comment.