Skip to content

Commit

Permalink
Fix codecov shield
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed Mar 18, 2018
1 parent d4bfb48 commit c318f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "ISC"

[badges]
travis-ci = { repository = "neonmoe/minreq", branch = "0.1.2" }
codecov = { repository = "neonmoe/minreq", branch = "0.1.2" }
codecov = { repository = "neonmoe/minreq" }
maintenance = { status = "actively-developed" }

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Crates.io](https://img.shields.io/crates/d/minreq.svg)](https://crates.io/crates/minreq)
[![Documentation](https://docs.rs/minreq/badge.svg)](https://docs.rs/minreq)
[![CI](https://img.shields.io/travis/neonmoe/minreq/0.1.2.svg)](https://travis-ci.org/neonmoe/minreq)
[![Coverage](https://img.shields.io/codecov/c/github/neonmoe/minreq/0.1.2.svg)](https://codecov.io/gh/neonmoe/minreq)
[![Coverage](https://img.shields.io/codecov/c/github/neonmoe/minreq.svg)](https://codecov.io/gh/neonmoe/minreq)

Simple, minimal-dependency HTTP client.

Expand Down

0 comments on commit c318f25

Please sign in to comment.