experiment with kcov

This commit is contained in:
Aaron Blankstein
2019-01-17 07:07:34 -06:00
parent e0173822a6
commit cd9ed34266

View File

@@ -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