mirror of https://github.com/eldruin/ds323x-rs
Add coverage badge
parent
c7da098f80
commit
96168aa696
|
@ -21,6 +21,7 @@ include = [
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "eldruin/ds323x-rs", branch = "master" }
|
travis-ci = { repository = "eldruin/ds323x-rs", branch = "master" }
|
||||||
|
coveralls = { repository = "eldruin/ds323x-rs", branch = "master", service = "github" }
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
[](https://crates.io/crates/ds323x)
|
[](https://crates.io/crates/ds323x)
|
||||||
[](https://docs.rs/ds323x)
|
[](https://docs.rs/ds323x)
|
||||||
[](https://travis-ci.org/eldruin/ds323x-rs)
|
[](https://travis-ci.org/eldruin/ds323x-rs)
|
||||||
|
[](https://coveralls.io/r/eldruin/ds323x-rs?branch=master)
|
||||||

|

|
||||||
|
|
||||||
This is a platform agnostic Rust driver for the DS3231, DS3232 and DS3234
|
This is a platform agnostic Rust driver for the DS3231, DS3232 and DS3234
|
||||||
|
|
Loading…
Reference in New Issue