| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-10 | Modify tests to reflect minimist usage | Anna Henningsen | 1 | -4/+4 | |
| The tests now modify the options object directly instead of modifying `process.argv` 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). | |||||
| 2014-07-03 | log at error level by default and only show others if --verbose switch is on. | Gregg Caines | 1 | -4/+4 | |
| 2013-12-05 | Added ability to turn on debug logging via environment variable | mattjmorrison | 1 | -0/+21 | |
| 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 | |||||
| 2013-06-22 | improved testing. | cainus | 1 | -0/+11 | |
