From 0d5547c25ee069303cb0af7d360c8d09666d878e Mon Sep 17 00:00:00 2001 From: Yami Date: Fri, 14 Oct 2016 16:12:41 +0000 Subject: [PATCH] chore: add coveralls badge to readme. This will require someone inside the org to go into coveralls and enable it, but it'll appear when they do --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70e2c9773b..46b2ae6013 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Dependency Status](https://david-dm.org/nodebb/nodebb.svg)](https://david-dm.org/nodebb/nodebb) [![Code Climate](https://codeclimate.com/github/NodeBB/NodeBB/badges/gpa.svg)](https://codeclimate.com/github/NodeBB/NodeBB) [![Documentation Status](https://readthedocs.org/projects/nodebb/badge/?version=latest)](https://readthedocs.org/projects/nodebb/?badge=latest) +[![Coverage Status](https://coveralls.io/repos/github/NodeBB/NodeBB/badge.svg?branch=master)](https://coveralls.io/github/NodeBB/NodeBB?branch=master) [**NodeBB Forum Software**](https://nodebb.org) is powered by Node.js and built on either a Redis or MongoDB database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB has many modern features out of the box such as social network integration and streaming discussions, while still making sure to be compatible with older browsers.