From adce81b0844d2645360a2b85dc36e8a4d771fdb2 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 31 Mar 2016 13:39:30 +0200 Subject: [PATCH] now pushing to coveralls --- README.md | 1 + npmts.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 npmts.json diff --git a/README.md b/README.md index a090f7b..0c72838 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ an easy wrapper for nodegit ### Buildstatus/Dependencies [![Build Status](https://travis-ci.org/pushrocks/smartgit.svg?branch=master)](https://travis-ci.org/pushrocks/smartgit) [![devDependency Status](https://david-dm.org/pushrocks/smartgit/dev-status.svg)](https://david-dm.org/pushrocks/smartgit#info=devDependencies) +[![Coverage Status](https://coveralls.io/repos/github/pushrocks/smartgit/badge.svg?branch=master)](https://coveralls.io/github/pushrocks/smartgit?branch=master) ### Usage This npm package comes with everything you need to start your own gulp plugin. diff --git a/npmts.json b/npmts.json new file mode 100644 index 0000000..e6c1c0c --- /dev/null +++ b/npmts.json @@ -0,0 +1,5 @@ +{ + "mode":"default", + "coveralls":true, + "coverageTreshold":71 +} \ No newline at end of file