aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-02removed some stray console.logs remaining.cainus2-2/+1
2013-06-02refactored options parsing out.cainus4-29/+45
2013-06-02fixed logger bug in the last published version preventing --verbose from ↵cainus7-10/+19
working. version bump to 2.0.11.
2013-06-02made self-build NOT verbose.cainus1-1/+1
2013-06-02version bump to 2.0.10cainus1-1/+1
2013-06-02added this project's own coverage shield to the READMEGregg Caines1-1/+5
2013-06-02fix broken test.cainus1-2/+2
2013-06-02use log-driver for logging levels.cainus5-62/+17
2013-06-02turn on verbose logging for the self-build with the new --verbose switch.cainus1-1/+1
2013-06-02Merge pull request #8 from Swatinem/masterGregg Caines4-20/+32
Fixes 7: be quiet by default (I'll publish as soon as I fix the build)
2013-06-02Fixes 7: be quiet by defaultArpad Borsos4-20/+32
2013-05-29fixed coverage reporting?cainus3-1/+4
2013-05-29refactored for better testability.cainus8-47/+71
2013-05-24version bump 2.0.9cainus1-1/+1
2013-05-24allow a null repo_token.cainus2-7/+12
2013-05-24version bump 2.0.8cainus1-2/+4
2013-05-24Merge pull request #6 from elliottcable/command-line-usageGregg Caines5-16/+32
Support usage from the command-line
2013-05-24Supporting the COVERALLS_REPO_TOKEN environment-variableelliottcable2-4/+8
2013-05-24Supporting command-line usage outside of Travis-CIelliottcable5-16/+28
2013-04-15Merge pull request #5 from deepsweet/masterGregg Caines1-0/+131
Istanbul lcov file example
2013-04-15Istanbul lcov file exampledeepsweet1-0/+131
2013-04-15version bump 2.0.7cainus1-1/+1
2013-04-15Merge pull request #4 from deepsweet/masterGregg Caines1-2/+6
check if file path is already absoluted
2013-04-15check if file path is already absoluteddeepsweet1-2/+6
2013-04-07clean-up of package.json a bit.cainus1-32/+44
2013-04-07version bump 2.0.6cainus1-1/+1
2013-04-07Merge pull request #3 from bigeasy/lcov-parse-0.0.4Gregg Caines1-1/+1
Upgrade `lcov-parse` to 0.0.4.
2013-04-07added the missing Makefile.cainus1-0/+14
2013-04-07Upgrade `lcov-parse` to 0.0.4.Alan Gutierrez1-1/+1
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.
2013-03-28Update README.mdGregg Caines1-1/+7
2013-03-28using lcov-parse lib. version bump 2.0.5cainus5-160/+40
2013-03-28added build status to README.cainus1-0/+1
2013-03-28fixed tests.cainus1-2/+2
2013-03-28fix README. fix off-by-one error. version bump 2.0.4.cainus3-5/+5
2013-03-28by default, use cwd() for path.cainus3-3/+3
2013-03-28fix pathing issues?cainus2-9/+5
2013-03-28allow lib path to be passed as an arg.cainus3-3/+12
2013-03-27changed to use lcov input format only.cainus9-133/+616
2013-03-23version bump 1.1.3cainus1-1/+1
2013-03-23Update README.mdGregg Caines1-1/+1
2013-03-23Update README.mdGregg Caines1-0/+14
2013-03-23cleaned up some output, removed dead code.cainus2-33/+9
2013-03-23cleaned oput default travis job id.cainus2-2/+2
2013-03-21fixed package.json.cainus1-2/+2
2013-03-21working-ish!cainus2-24/+16
2013-03-14prototype work in progress.cainus4-0/+5791
2013-03-14first commitcainus1-0/+0