| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-06-22 | Update README.md | Gregg Caines | 1 | -0/+2 | |
| 2013-06-22 | Update README.md | Gregg Caines | 1 | -1/+9 | |
| 2013-06-22 | improved testing. | cainus | 9 | -18/+72 | |
| 2013-06-22 | fixed service_job_id relay, and added run_at back. | cainus | 2 | -2/+2 | |
| 2013-06-22 | remove run_at property for now to debug. | cainus | 1 | -1/+1 | |
| 2013-06-22 | pass on all arguments to coveralls (https://coveralls.io/docs/api_reference). | cainus | 2 | -7/+31 | |
| 2013-06-21 | better docs. version 2.0.14. | cainus | 1 | -1/+2 | |
| 2013-06-21 | Update README.md | Gregg Caines | 1 | -2/+15 | |
| 2013-06-21 | Update README.md | Gregg Caines | 1 | -5/+17 | |
| 2013-06-20 | make plain old `npm test` just run unit tests. | cainus | 2 | -1/+3 | |
| 2013-06-19 | add jshint. | cainus | 4 | -3/+8 | |
| 2013-06-08 | get travis to build for 0.9 and 0.10. | cainus | 1 | -0/+2 | |
| 2013-06-08 | add some tests. version bump to 2.0.13. | cainus | 6 | -9/+107 | |
| 2013-06-08 | Merge pull request #10 from Swatinem/master | Gregg Caines | 2 | -3/+3 | |
| use a native js yaml parser instead of a C library | |||||
| 2013-06-07 | use a native js yaml parser instead of a C library | Arpad Borsos | 2 | -3/+3 | |
| 2013-06-02 | removed some stray console.logs remaining. | cainus | 2 | -2/+1 | |
| 2013-06-02 | refactored options parsing out. | cainus | 4 | -29/+45 | |
| 2013-06-02 | fixed logger bug in the last published version preventing --verbose from ↵ | cainus | 7 | -10/+19 | |
| working. version bump to 2.0.11. | |||||
| 2013-06-02 | made self-build NOT verbose. | cainus | 1 | -1/+1 | |
| 2013-06-02 | version bump to 2.0.10 | cainus | 1 | -1/+1 | |
| 2013-06-02 | added this project's own coverage shield to the README | Gregg Caines | 1 | -1/+5 | |
| 2013-06-02 | fix broken test. | cainus | 1 | -2/+2 | |
| 2013-06-02 | use log-driver for logging levels. | cainus | 5 | -62/+17 | |
| 2013-06-02 | turn on verbose logging for the self-build with the new --verbose switch. | cainus | 1 | -1/+1 | |
| 2013-06-02 | Merge pull request #8 from Swatinem/master | Gregg Caines | 4 | -20/+32 | |
| Fixes 7: be quiet by default (I'll publish as soon as I fix the build) | |||||
| 2013-06-02 | Fixes 7: be quiet by default | Arpad Borsos | 4 | -20/+32 | |
| 2013-05-29 | fixed coverage reporting? | cainus | 3 | -1/+4 | |
| 2013-05-29 | refactored for better testability. | cainus | 8 | -47/+71 | |
| 2013-05-24 | version bump 2.0.9 | cainus | 1 | -1/+1 | |
| 2013-05-24 | allow a null repo_token. | cainus | 2 | -7/+12 | |
| 2013-05-24 | version bump 2.0.8 | cainus | 1 | -2/+4 | |
| 2013-05-24 | Merge pull request #6 from elliottcable/command-line-usage | Gregg Caines | 5 | -16/+32 | |
| Support usage from the command-line | |||||
| 2013-05-24 | Supporting the COVERALLS_REPO_TOKEN environment-variable | elliottcable | 2 | -4/+8 | |
| 2013-05-24 | Supporting command-line usage outside of Travis-CI | elliottcable | 5 | -16/+28 | |
| 2013-04-15 | Merge pull request #5 from deepsweet/master | Gregg Caines | 1 | -0/+131 | |
| Istanbul lcov file example | |||||
| 2013-04-15 | Istanbul lcov file example | deepsweet | 1 | -0/+131 | |
| 2013-04-15 | version bump 2.0.7 | cainus | 1 | -1/+1 | |
| 2013-04-15 | Merge pull request #4 from deepsweet/master | Gregg Caines | 1 | -2/+6 | |
| check if file path is already absoluted | |||||
| 2013-04-15 | check if file path is already absoluted | deepsweet | 1 | -2/+6 | |
| 2013-04-07 | clean-up of package.json a bit. | cainus | 1 | -32/+44 | |
| 2013-04-07 | version bump 2.0.6 | cainus | 1 | -1/+1 | |
| 2013-04-07 | Merge pull request #3 from bigeasy/lcov-parse-0.0.4 | Gregg Caines | 1 | -1/+1 | |
| Upgrade `lcov-parse` to 0.0.4. | |||||
| 2013-04-07 | added the missing Makefile. | cainus | 1 | -0/+14 | |
| 2013-04-07 | Upgrade `lcov-parse` to 0.0.4. | Alan Gutierrez | 1 | -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-28 | Update README.md | Gregg Caines | 1 | -1/+7 | |
| 2013-03-28 | using lcov-parse lib. version bump 2.0.5 | cainus | 5 | -160/+40 | |
| 2013-03-28 | added build status to README. | cainus | 1 | -0/+1 | |
| 2013-03-28 | fixed tests. | cainus | 1 | -2/+2 | |
| 2013-03-28 | fix README. fix off-by-one error. version bump 2.0.4. | cainus | 3 | -5/+5 | |
| 2013-03-28 | by default, use cwd() for path. | cainus | 3 | -3/+3 | |
