Skip to content

Commit 227faee

Browse files
committed
ci: Collect coverage from consensus tests
1 parent 4b2b1eb commit 227faee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

circle.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,20 @@ jobs:
240240
241241
consensus-tests:
242242
executor: linux-gcc-latest
243+
environment:
244+
BUILD_TYPE: Coverage
243245
steps:
246+
- build
247+
- test
244248
- build_silkworm
245-
- unpack_package
246249
- download_consensus_tests:
247250
rev: v7.0.0
248251
- run:
249252
name: "Silkworm-driven consensus tests"
250-
command: ~/silkworm/consensus --evm ~/package/lib/libevmone.so --tests ~/tests
253+
command: ~/silkworm/consensus --evm ~/install/lib/libevmone.so --tests ~/tests
254+
- collect_coverage_gcc
255+
- upload_coverage:
256+
flags: consensus
251257

252258
gcc-min:
253259
executor: linux-gcc-7

0 commit comments

Comments
 (0)