From ce402030082ebcb91a0259c3a8ca4f56898b6e31 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Wed, 26 Apr 2017 15:03:19 +0430 Subject: [PATCH] updated coveralls status badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381ea95..dcb19de 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Build REST APIs with Neo4j and Flask, as quickly as possible! [![PyPI version](https://badge.fury.io/py/pygrest.svg)](https://badge.fury.io/py/pygrest) [![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/mostafa/grest/master/LICENSE) [![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://github.com/mostafa/grest) -[![Coveralls](https://img.shields.io/coveralls/jekyll/jekyll.svg)](https://github.com/mostafa/grest) +[![Coverage Status](https://coveralls.io/repos/github/mostafa/grest/badge.svg?branch=master)](https://coveralls.io/github/mostafa/grest?branch=master) [![Join the chat at https://gitter.im/pygrest/Lobby](https://badges.gitter.im/pygrest/Lobby.svg)](https://gitter.im/pygrest/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) gREST (Graph-based REST API Framework) is a RESTful API development framework on top of Python, Flask, Neo4j and Neomodel. Its primary purpose is to ease development of RESTful APIs with little effort and miminum amount of code.