Skip to content

Commit

Permalink
ci: Collect coverage from consensus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Apr 8, 2021
1 parent 4b2b1eb commit 227faee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,20 @@ jobs:
consensus-tests:
executor: linux-gcc-latest
environment:
BUILD_TYPE: Coverage
steps:
- build
- test
- build_silkworm
- unpack_package
- download_consensus_tests:
rev: v7.0.0
- run:
name: "Silkworm-driven consensus tests"
command: ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests
command: ~/silkworm/consensus --evm ~/install/lib/libevmone.so --tests ~/tests
- collect_coverage_gcc
- upload_coverage:
flags: consensus

gcc-min:
executor: linux-gcc-7
Expand Down

0 comments on commit 227faee

Please sign in to comment.