mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
process: ci: Enable code coverage tracking via codecov.io
This commit is contained in:
parent
ecdfe4c474
commit
e7dfcf90fe
@ -23,6 +23,7 @@ matrix:
|
||||
after_success:
|
||||
- travis-cargo --only nightly doc-upload
|
||||
- cargo tarpaulin -v --forward --out Xml
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
script:
|
||||
- cargo test
|
||||
|
@ -18,6 +18,7 @@ categories = ["asynchronous"]
|
||||
[badges]
|
||||
travis-ci = { repository = "alexcrichton/tokio-process" }
|
||||
appveyor = { repository = "alexcrichton/tokio-process" }
|
||||
codecov = { repository = "alexcrichton/tokio-process" }
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.11"
|
||||
|
@ -5,6 +5,7 @@ An implementation of process management for Tokio
|
||||
[](https://travis-ci.org/alexcrichton/tokio-process)
|
||||
[](https://ci.appveyor.com/project/alexcrichton/tokio-process)
|
||||
[](https://crates.io/crates/tokio-process)
|
||||
[](https://codecov.io/gh/alexcrichton/tokio-process)
|
||||
|
||||
[Documentation](https://docs.rs/tokio-process)
|
||||
|
||||
|
6
codecov.yml
Normal file
6
codecov.yml
Normal file
@ -0,0 +1,6 @@
|
||||
ignore:
|
||||
- "src/bin"
|
||||
- "tests"
|
||||
|
||||
comment:
|
||||
behavior: new
|
Loading…
x
Reference in New Issue
Block a user