Add Codecov badges

This commit is contained in:
Wesley Moore 2019-01-14 11:06:14 +11:00
parent aa89922904
commit 7c40f07a1f
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@ license = "MIT OR Apache-2.0"
[badges] [badges]
travis-ci = { repository = "wezm/ssd1675" } travis-ci = { repository = "wezm/ssd1675" }
codecov = { repository = "wezm/ssd1675" }
[dependencies] [dependencies]
libm = "0.1.2" libm = "0.1.2"

View file

@ -4,6 +4,7 @@ Rust driver for the [Solomon Systech SSD1675][SSD1675] e-Paper display (EPD)
controller, for use with [embedded-hal]. controller, for use with [embedded-hal].
[![Build Status](https://travis-ci.org/wezm/ssd1675.svg?branch=master)](https://travis-ci.org/wezm/ssd1675) [![Build Status](https://travis-ci.org/wezm/ssd1675.svg?branch=master)](https://travis-ci.org/wezm/ssd1675)
[![codecov](https://codecov.io/gh/wezm/ssd1675/branch/master/graph/badge.svg)](https://codecov.io/gh/wezm/ssd1675)
[![crates.io](https://img.shields.io/crates/v/ssd1675.svg)](https://crates.io/crates/ssd1675) [![crates.io](https://img.shields.io/crates/v/ssd1675.svg)](https://crates.io/crates/ssd1675)
[![Documentation](https://docs.rs/ssd1675/badge.svg)][crate-docs] [![Documentation](https://docs.rs/ssd1675/badge.svg)][crate-docs]