[Pkg-javascript-commits] [node-coveralls] 13/332: by default, use cwd() for path.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit c04a6beffc37a0c8fa3a06e628d95f11366db915
Author: cainus <gregg at caines.ca>
Date: Thu Mar 28 00:47:49 2013 -0700
by default, use cwd() for path.
---
.travis.yml | 2 +-
bin/coveralls.js | 2 +-
package.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index debfa19..baa0031 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- - 0.8
+ - 0.8
diff --git a/bin/coveralls.js b/bin/coveralls.js
index 1558290..273f95e 100644
--- a/bin/coveralls.js
+++ b/bin/coveralls.js
@@ -17,7 +17,7 @@ process.stdin.on('end', function() {
var inputToCoveralls = function(input){
console.log(input);
- var libDir = process.argv[2] || 'lib';
+ var libDir = process.argv[2] || '';
var postData = convertLcovToCoveralls(input, libDir);
sendToCoveralls(postData, function(err, response, body){
diff --git a/package.json b/package.json
index 8c36330..2cb0013 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "coveralls",
"description" : "takes json-cov output into stdin and POSTs to coveralls.io",
"keywords" : ["coverage", "coveralls"],
- "version": "2.0.2",
+ "version": "2.0.3",
"bugs": {
"url": "https://github.com/cainus/node-coveralls/issues"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list