aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-22Update README.mdGregg Caines1-0/+2
2013-06-22Update README.mdGregg Caines1-1/+9
2013-06-22improved testing.cainus9-18/+72
2013-06-22fixed service_job_id relay, and added run_at back.cainus2-2/+2
2013-06-22remove run_at property for now to debug.cainus1-1/+1
2013-06-22pass on all arguments to coveralls (https://coveralls.io/docs/api_reference).cainus2-7/+31
2013-06-21better docs. version 2.0.14.cainus1-1/+2
2013-06-21Update README.mdGregg Caines1-2/+15
2013-06-21Update README.mdGregg Caines1-5/+17
2013-06-20make plain old `npm test` just run unit tests.cainus2-1/+3
2013-06-19add jshint.cainus4-3/+8
2013-06-08get travis to build for 0.9 and 0.10.cainus1-0/+2
2013-06-08add some tests. version bump to 2.0.13.cainus6-9/+107
2013-06-08Merge pull request #10 from Swatinem/masterGregg Caines2-3/+3
use a native js yaml parser instead of a C library
2013-06-07use a native js yaml parser instead of a C libraryArpad Borsos2-3/+3
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