From 53f93554f993ec58d63851ddecebff61c039c6ff Mon Sep 17 00:00:00 2001 From: Su Date: Wed, 2 Aug 2017 17:40:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53d9ecb..75e65e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # javascript-problems-and-solutions [![Build Status](https://travis-ci.org/jeantimex/javascript-problems-and-solutions.svg?branch=master)](https://travis-ci.org/jeantimex/javascript-problems-and-solutions) +[![Coverage Status](https://coveralls.io/repos/github/jeantimex/javascript-problems-and-solutions/badge.svg?branch=code-coverage)](https://coveralls.io/github/jeantimex/javascript-problems-and-solutions?branch=code-coverage) +[![devDependencies Status](https://david-dm.org/jeantimex/javascript-problems-and-solutions/dev-status.svg)](https://david-dm.org/jeantimex/javascript-problems-and-solutions?type=dev) A collection of JavaScript problems and solutions for studying algorithms.