| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* 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
|
|
|
|
The command line options are made available as a object
via `index.options`
|
|
Adds the command line option pair -w/--write.
These options indicate that the output should be written to standard output,
rather than being posted to coveralls.io, which may be useful for debugging,
mixed-language codebases (e.g. node addons with C++ code) etc.
|
|
|
|
For the grunt-karma-coveralls project, I need to be able to turn on
debug level logging but without using `process.argv`. This will allow me
to do so.
This addresses this issue:
https://github.com/mattjmorrison/grunt-karma-coveralls/issues/2
and can be fixed with this commit:
https://github.com/mattjmorrison/grunt-karma-coveralls/commit/4bd6e2b58647dda4a6335fa6077334d8021e23c0
|
|
|
|
working. version bump to 2.0.11.
|