blob: b86232e93e2473cdc02ed363a6048b22b10c6a92 (
plain) (
tree)
|
|
language: rust
rust:
- stable
os:
- linux
dist: bionic
env:
- RUST_TEST_THREADS=1
before_script:
- bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)
script:
- cargo build --verbose
- cargo tarpaulin --out Xml
- bash <(curl -s https://codecov.io/bash)
|