From 4ea142d0f3c7f8c6bfccd446811c441eb822e12e Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Mon, 29 Oct 2018 11:40:09 -0700 Subject: [PATCH] Remove coverage badge. It hasn't been updated in over 2 years. --- README.md | 1 - tarpc/src/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 8317a6b..45a6574 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ ## tarpc: Tim & Adam's RPC lib [![Travis-CI Status](https://travis-ci.org/google/tarpc.png?branch=master)](https://travis-ci.org/google/tarpc) -[![Coverage Status](https://coveralls.io/repos/github/google/tarpc/badge.svg?branch=master)](https://coveralls.io/github/google/tarpc?branch=master) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![Latest Version](https://img.shields.io/crates/v/tarpc.svg)](https://crates.io/crates/tarpc) [![Join the chat at https://gitter.im/tarpc/Lobby](https://badges.gitter.im/tarpc/Lobby.svg)](https://gitter.im/tarpc/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/tarpc/src/lib.rs b/tarpc/src/lib.rs index 6a42e64..7871fdd 100644 --- a/tarpc/src/lib.rs +++ b/tarpc/src/lib.rs @@ -6,7 +6,6 @@ //! ## tarpc: Tim & Adam's RPC lib //! [![Travis-CI Status](https://travis-ci.org/google/tarpc.png?branch=master)](https://travis-ci.org/google/tarpc) -//! [![Coverage Status](https://coveralls.io/repos/github/google/tarpc/badge.svg?branch=master)](https://coveralls.io/github/google/tarpc?branch=master) //! [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) //! [![Latest Version](https://img.shields.io/crates/v/tarpc.svg)](https://crates.io/crates/tarpc) //! [![Join the chat at https://gitter.im/tarpc/Lobby](https://badges.gitter.im/tarpc/Lobby.svg)](https://gitter.im/tarpc/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)