| Age | Commit message (Collapse) | Author | Files | Lines |
|
Also:
* 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
|
|
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.
|
|
To allow using this tool with Coveralls Enterprise, I've added
support in `sendToCoveralls` to read the host from a `COVERALLS_ENDPOINT`
environment variable (if it exists), else default to coveralls.io (as before).
|
|
|
|
|