Skip to content

Commit 6d35290

Browse files
authored
Remove Codecov badge
1 parent fe60d37 commit 6d35290

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# LRU Cache
22

33
[![Build Badge]][build status]
4-
[![Codecov Badge]][coverage status]
54
[![crates.io Badge]][crates.io package]
65
[![docs.rs Badge]][docs.rs documentation]
76
[![License Badge]][license]
@@ -51,8 +50,6 @@ fn main() {
5150

5251
[build badge]: https://github.com/jeromefroe/lru-rs/actions/workflows/main.yml/badge.svg
5352
[build status]: https://github.com/jeromefroe/lru-rs/actions/workflows/main.yml
54-
[codecov badge]: https://codecov.io/gh/jeromefroe/lru-rs/branch/master/graph/badge.svg
55-
[coverage status]: https://codecov.io/gh/jeromefroe/lru-rs
5653
[crates.io badge]: https://img.shields.io/crates/v/lru.svg
5754
[crates.io package]: https://crates.io/crates/lru/
5855
[documentation]: https://docs.rs/lru/

0 commit comments

Comments
 (0)