Skip to content

Commit

Permalink
ci: test lcov file size
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 15, 2023
1 parent 8032874 commit 3be18f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-iov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,11 @@ jobs:

- name: Show logs
if: always()
# FIXME
# ci_run cat server.log
# ci_run cat api.log
# ci_run cat dummy_prover.log
run: |
ci_run cat server.log
ci_run cat api.log
ci_run cat dummy_prover.log
ci_run mkdir -p ./target/release/coverage/
ci_run "grcov . --binary-path ./target/release/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore '/*' -o ./target/release/coverage/lcov.info"
docker compose -f docker-compose-runner.yml cp zk:/usr/src/zksync/target/release/coverage/lcov.info lcov.info
Expand Down

0 comments on commit 3be18f7

Please sign in to comment.