[Pkg-javascript-commits] [node-clean-yaml-object] 09/21: add coveralls

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:52:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-clean-yaml-object.

commit 8dc77eefaf375d2be682317fc989a816521ecbfe
Author: James Talmage <james at talmage.io>
Date:   Fri Jan 15 23:52:43 2016 -0500

    add coveralls
---
 .travis.yml  | 2 ++
 package.json | 1 +
 readme.md    | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2a2f1c6..240e20e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,3 +3,5 @@ node_js:
   - 'stable'
   - '0.12'
   - '0.10'
+after_script:
+  - 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
diff --git a/package.json b/package.json
index 634d096..df05b0e 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,7 @@
   "dependencies": {},
   "devDependencies": {
     "ava": "^0.10.0",
+    "coveralls": "^2.11.6",
     "nyc": "^5.3.0",
     "xo": "^0.12.1"
   }
diff --git a/readme.md b/readme.md
index 26118da..4e4e5a6 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-# clean-yaml-object [![Build Status](https://travis-ci.org/tapjs/clean-yaml-object.svg?branch=master)](https://travis-ci.org/tapjs/clean-yaml-object)
+# clean-yaml-object [![Build Status](https://travis-ci.org/tapjs/clean-yaml-object.svg?branch=master)](https://travis-ci.org/tapjs/clean-yaml-object) [![Coverage Status](https://coveralls.io/repos/tapjs/clean-yaml-object/badge.svg?branch=master&service=github)](https://coveralls.io/github/tapjs/clean-yaml-object?branch=master)
 
 > Clean up an object prior to serialization.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-clean-yaml-object.git



More information about the Pkg-javascript-commits mailing list