now pushing to coveralls

This commit is contained in:
Philipp Kunz 2016-03-31 13:39:30 +02:00
parent bf77c64b78
commit adce81b084
2 changed files with 6 additions and 0 deletions

View File

@ -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.

5
npmts.json Normal file
View File

@ -0,0 +1,5 @@
{
"mode":"default",
"coveralls":true,
"coverageTreshold":71
}