From 49d73dd24379dd14f343b2bb2050e96fb7e15583 Mon Sep 17 00:00:00 2001 From: Michael Truell Date: Mon, 9 May 2016 23:07:11 -0700 Subject: [PATCH] Take out coveralls badge until full integration --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2915b45..134457e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/FidoProject/Fido.svg?branch=master)](https://travis-ci.org/FidoProject/Fido/) -[![Coverage Status](https://coveralls.io/repos/github/FidoProject/Fido/badge.svg)](https://coveralls.io/github/FidoProject/Fido) Fido is an lightweight, highly modular C++ machine learning library for embedded electronics and robotics. Fido is especially suited for robotic and embedded contexts, as it is written in C++ with minimal use of the standard library, comes packaged with a robotic simulator, and provides and easy interface in which to write robotic drivers.