Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f176bc commit be3a2a1Copy full SHA for be3a2a1
.travis.yml
@@ -34,10 +34,10 @@ before_script:
34
script: |
35
cargo clean &&
36
cargo fmt --all -- --check &&
37
- cargo build &&
38
- cargo test
+ cargo build --all &&
+ cargo test --all
39
after_success: |
40
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
41
- cargo tarpaulin --run-types Tests Doctests --out Xml
+ cargo tarpaulin --all --run-types Tests Doctests Examples --out Xml
42
bash <(curl -s https://codecov.io/bash)
43
fi
0 commit comments