[Pkg-javascript-commits] [node-coveralls] 19/332: Upgrade `lcov-parse` to 0.0.4.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:34 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 d8fe8c96e7d8708ef1be7ce1da91e89cb7c4c9e4
Author: Alan Gutierrez <alan at prettyrobots.com>
Date: Sun Apr 7 22:49:09 2013 -0400
Upgrade `lcov-parse` to 0.0.4.
The `lcov-parse` module has been updated to parse `lcov.info` files that
contain no branches but do contain branch summaries. There is no mention
of whether or not branch summaries should be omitted when there are no
branches. The author of `lcov-parse` assumed this was the case based on
output from a program in his tool chain.
Istanbul, on the other hand, produces branch summaries even if the
source contains no branches. The `genhtml` utility that comes with
`lcov` happily parses Istanbul output, but `lcov-parse` 0.0.3 would not.
`lcov-parse` 0.0.4 will parse Istanbul `lcov` output. This commit
updates the `package.json` dependencies to include `lcov-parse` 0.0.4.
It is probably best to continue to use specific version numbers for
`lcov-parse` as it appears to be in its early days.
See: https://github.com/davglass/lcov-parse/issues/3.
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index a7d3ba5..7498ee2 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
],
"dependencies": {
"request" : "2.16.2",
- "lcov-parse" : "0.0.3"
+ "lcov-parse" : "0.0.4"
},
"devDependencies" : {
"mocha" : "1.8.1",
--
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