mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 18:21:36 +08:00
experiment with kcov
This commit is contained in:
@@ -3,7 +3,7 @@ jobs:
|
||||
build:
|
||||
working_directory: ~/blockstack
|
||||
docker:
|
||||
- image: circleci/rust
|
||||
- image: ablankstein/circleci-rust-kcov
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
@@ -13,5 +13,6 @@ jobs:
|
||||
environment:
|
||||
RUST_BACKTRACE: 1
|
||||
BLOCKSTACK_DEBUG: 1
|
||||
RUSTFLAGS: -Clink-dead-code
|
||||
command: |
|
||||
cd blockstack-vm && cargo test -- --nocapture --test-threads=1
|
||||
cd blockstack-vm && cargo kcov
|
||||
|
||||
Reference in New Issue
Block a user