| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-02-05 | branching WIPbranching | Nick Merwin | 3 | -3/+44 | |
| 2016-11-11 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2016-11-11 | Merge pull request #144 from a11smiles/master | Nick Merwin | 3 | -0/+171 | |
| Fixes #143 where .lcov files generated by Angular CLI & Typescript (istanbul.remap) have improper source file name | |||||
| 2016-11-11 | implemented code to parse concatenated file paths (fixes #143) | Joshua Davis | 2 | -3/+13 | |
| 2016-11-11 | added sample .lcov and test fixture for Issue #143 | Joshua Davis | 2 | -0/+161 | |
| 2016-09-19 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 1 | -1/+1 | |
| 2016-09-19 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2016-09-19 | Merge pull request #140 from scriptdaemon/update-request-dep | Nick Merwin | 1 | -1/+1 | |
| Update `request` to 2.75.0 | |||||
| 2016-09-18 | Update `request` to 2.75.0 | Kenneth Williams | 1 | -1/+1 | |
| This update seems to have been reverted during a merge. | |||||
| 2016-09-15 | version bump2.11.13 | Nick Merwin | 1 | -1/+1 | |
| 2016-09-15 | test use empty() | Nick Merwin | 2 | -2/+2 | |
| 2016-09-15 | Merge branch 'master' into pr/127 | Nick Merwin | 7 | -26/+71 | |
| 2016-09-15 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 2 | -4/+42 | |
| 2016-09-15 | fixed package conflict | Nick Merwin | 1 | -1/+1 | |
| 2016-09-15 | Merge pull request #139 from paulcbetts/surf | Nick Merwin | 2 | -0/+28 | |
| Add Surf support | |||||
| 2016-09-15 | Merge pull request #131 from mrcrgl/feature/support-codeship-docker-environment | Nick Merwin | 2 | -4/+14 | |
| Feature: Support codeship docker environment variables | |||||
| 2016-09-14 | Ignore files that do not exist in convertLcovToCoveralls | Arjan Singh | 2 | -1/+38 | |
| 2016-08-17 | I am a dum | Paul Betts | 1 | -1/+4 | |
| 2016-08-17 | Wire up the code | Paul Betts | 1 | -0/+5 | |
| 2016-08-17 | Add a test | Paul Betts | 1 | -0/+20 | |
| 2016-07-27 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2016-07-26 | Merge pull request #135 from ntwb/patch-1 | Nick Merwin | 1 | -1/+1 | |
| Update `request` to v2.74.0 | |||||
| 2016-07-26 | Update `request` to v2.74.0 | Stephen Edgar | 1 | -1/+1 | |
| Fixes upstream `tough-cookie` ReDOS https://nodesecurity.io/advisories/130 | |||||
| 2016-07-12 | Update CI, vulnerability checking, and dependencies. | Adam Moss | 6 | -22/+29 | |
| 2016-07-12 | version bump2.11.11 | Nick Merwin | 1 | -1/+1 | |
| 2016-06-26 | Feature: Support codeship docker environment variables | Marc Riegel | 2 | -4/+14 | |
| 2016-04-18 | Merge pull request #125 from Joe8Bit/chore_bump-request-version | Nick Merwin | 1 | -2/+2 | |
| Bump "request" NPM module to fix security issue | |||||
| 2016-04-18 | Merge pull request #123 from teppeis/patch-1 | Nick Merwin | 0 | -0/+0 | |
| Delete npm-debug.log | |||||
| 2016-03-29 | Bump `request` NPM module to fix security issue | Joe Pettersson | 1 | -2/+2 | |
| There is a remote memory exposure vulnerability in the current version of `request`. This bumps that version to the latest current as well as bumping the core packages patch version. Details here: https://snyk.io/vuln/npm:request:20160119 | |||||
| 2016-03-24 | version bump | Nick Merwin | 3 | -138/+2 | |
| 2016-03-24 | Merge pull request #124 from tparnell8/appveyor | Nick Merwin | 1 | -1/+7 | |
| add appveyor support | |||||
| 2016-03-13 | add appveyor support | Tommy Parnell | 1 | -1/+7 | |
| 2016-03-12 | Delete npm-debug.log | Teppei Sato | 1 | -136/+0 | |
| 2016-02-26 | version bump2.11.8 | Nick Merwin | 2 | -1/+137 | |
| 2016-02-26 | COVERALLS_PARALLEL env support | Nick Merwin | 5 | -2/+23 | |
| 2016-02-26 | added gitlab-ci support | Nick Merwin | 3 | -4/+37 | |
| 2015-12-10 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 9 | -30/+62 | |
| 2015-12-10 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | Merge pull request #77 from addaleax/write-to-stdout | Nick Merwin | 9 | -30/+62 | |
| Add command line option to write output to stdout | |||||
| 2015-12-10 | Use container-based infrastructure for Travis CI testing | Anna Henningsen | 1 | -2/+2 | |
| 2015-12-10 | Modify tests to use the minimist options object for filepath detection | Anna Henningsen | 1 | -3/+3 | |
| 2015-12-10 | Use index.options object for determining getOptions()’ filepath | Anna Henningsen | 1 | -3/+3 | |
| 2015-12-10 | Modify tests to reflect minimist usage | Anna Henningsen | 2 | -6/+7 | |
| 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). | |||||
| 2015-12-10 | Use minimist to parse command line options | Anna Henningsen | 4 | -14/+16 | |
| The command line options are made available as a object via `index.options` | |||||
| 2015-12-10 | Change write-to-stdout option to `--stdout/-s` | Anna Henningsen | 1 | -1/+1 | |
| 2015-12-10 | Remove unneccessary 'streams' require() in test case | Anna Henningsen | 1 | -1/+0 | |
| 2015-12-10 | Add command line option to write output to stdout | Anna Henningsen | 4 | -15/+45 | |
| 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-12-10 | version bump2.11.5 | Nick Merwin | 1 | -1/+1 | |
| 2015-12-10 | merge conflict | Nick Merwin | 3 | -3/+9 | |
| 2015-12-10 | Merge pull request #85 from addaleax/branch-name-detection | Nick Merwin | 1 | -1/+2 | |
| Accept more valid git branch names | |||||
