disabling the tarpaulin codecov collection for now. tarpaulin appears to mysteriously fail to build the second .toml file

This commit is contained in:
Aaron Blankstein
2020-04-22 09:23:11 -05:00
parent 823ebade68
commit e9cee1e297

View File

@@ -32,7 +32,7 @@ jobs:
- run:
command: |
echo "(get-balance 'SZ2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKQ9H6DPR)" | blockstack-core local eval S1G2081040G2081040G2081040G208105NK8PE5.tokens db
unit_tests:
unit_tests_with_cov:
machine: true
working_directory: ~/blockstack
steps:
@@ -47,6 +47,16 @@ jobs:
name: Upload to codecov.io
command: |
bash <(curl -s https://codecov.io/bash)
unit_tests:
docker:
- image: rust:1.40-stretch
working_directory: ~/blockstack
steps:
- checkout
- run:
no_output_timeout: 200m
command: |
cargo test --test-threads 1
all_tests:
docker:
- image: rust:1.40-stretch