aboutsummaryrefslogtreecommitdiff
path: root/lib/sendToCoveralls.js
AgeCommit message (Collapse)AuthorFilesLines
2015-12-10Use minimist to parse command line optionsAnna Henningsen1-7/+2
The command line options are made available as a object via `index.options`
2015-12-10Change write-to-stdout option to `--stdout/-s`Anna Henningsen1-1/+1
2015-12-10Add command line option to write output to stdoutAnna Henningsen1-3/+15
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.
2015-08-12Added support for process.env.COVERALLS_ENDPOINTAdam Meadows1-1/+6
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).
2013-06-08add some tests. version bump to 2.0.13.cainus1-1/+1
2013-03-27changed to use lcov input format only.cainus1-0/+11