aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20ES6Nick Merwin1-12/+12
* remove unused variables * move `require`s at the top * check for prototype built-ins * run in strict mode * always check for error values in tests * make style consistent * mark Node.js 6 as the minimum supported version in package.json * Use the arrow return syntax * logger.js: use `Boolean` to make the intention clearer. * Use the rest params instead of arguments. * test/getOptions.js: beautify git data. * Update logger.js Remove `hasDebugEnvVariable` function; it's just a `process.env` check * Create .jshintrc
2014-01-26Add callback to handleInput() for easier use in other projectsPatrick Gansterer1-1/+5
Since handleInput works completely asynchronous it is necessary to provide a callback function for signaling finished operation. This allows other project to call the handleInput function.
2013-06-02refactored options parsing out.cainus1-12/+1
2013-06-02fixed logger bug in the last published version preventing --verbose from ↵cainus1-5/+2
working. version bump to 2.0.11.
2013-06-02use log-driver for logging levels.cainus1-0/+4
2013-06-02Fixes 7: be quiet by defaultArpad Borsos1-1/+13
2013-05-29refactored for better testability.cainus1-41/+2
2013-05-24allow a null repo_token.cainus1-4/+9
2013-05-24Supporting the COVERALLS_REPO_TOKEN environment-variableelliottcable1-3/+7
2013-05-24Supporting command-line usage outside of Travis-CIelliottcable1-8/+14
2013-03-28using lcov-parse lib. version bump 2.0.5cainus1-7/+11
2013-03-28by default, use cwd() for path.cainus1-1/+1
2013-03-28allow lib path to be passed as an arg.cainus1-1/+5
2013-03-27changed to use lcov input format only.cainus1-129/+12
2013-03-23cleaned up some output, removed dead code.cainus1-32/+8
2013-03-23cleaned oput default travis job id.cainus1-1/+1
2013-03-21working-ish!cainus1-0/+173