aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-05branching WIPbranchingNick Merwin3-3/+44
2016-11-11version bumpNick Merwin1-1/+1
2016-11-11Merge pull request #144 from a11smiles/masterNick Merwin3-0/+171
Fixes #143 where .lcov files generated by Angular CLI & Typescript (istanbul.remap) have improper source file name
2016-11-11implemented code to parse concatenated file paths (fixes #143)Joshua Davis2-3/+13
2016-11-11added sample .lcov and test fixture for Issue #143Joshua Davis2-0/+161
2016-09-19Merge branch 'master' of github.com:nickmerwin/node-coverallsNick Merwin1-1/+1
2016-09-19version bumpNick Merwin1-1/+1
2016-09-19Merge pull request #140 from scriptdaemon/update-request-depNick Merwin1-1/+1
Update `request` to 2.75.0
2016-09-18Update `request` to 2.75.0Kenneth Williams1-1/+1
This update seems to have been reverted during a merge.
2016-09-15version bump2.11.13Nick Merwin1-1/+1
2016-09-15test use empty()Nick Merwin2-2/+2
2016-09-15Merge branch 'master' into pr/127Nick Merwin7-26/+71
2016-09-15Merge branch 'master' of github.com:nickmerwin/node-coverallsNick Merwin2-4/+42
2016-09-15fixed package conflictNick Merwin1-1/+1
2016-09-15Merge pull request #139 from paulcbetts/surfNick Merwin2-0/+28
Add Surf support
2016-09-15Merge pull request #131 from mrcrgl/feature/support-codeship-docker-environmentNick Merwin2-4/+14
Feature: Support codeship docker environment variables
2016-09-14Ignore files that do not exist in convertLcovToCoverallsArjan Singh2-1/+38
2016-08-17I am a dumPaul Betts1-1/+4
2016-08-17Wire up the codePaul Betts1-0/+5
2016-08-17Add a testPaul Betts1-0/+20
2016-07-27version bumpNick Merwin1-1/+1
2016-07-26Merge pull request #135 from ntwb/patch-1Nick Merwin1-1/+1
Update `request` to v2.74.0
2016-07-26Update `request` to v2.74.0Stephen Edgar1-1/+1
Fixes upstream `tough-cookie` ReDOS https://nodesecurity.io/advisories/130
2016-07-12Update CI, vulnerability checking, and dependencies.Adam Moss6-22/+29
2016-07-12version bump2.11.11Nick Merwin1-1/+1
2016-06-26Feature: Support codeship docker environment variablesMarc Riegel2-4/+14
2016-04-18Merge pull request #125 from Joe8Bit/chore_bump-request-versionNick Merwin1-2/+2
Bump "request" NPM module to fix security issue
2016-04-18Merge pull request #123 from teppeis/patch-1Nick Merwin0-0/+0
Delete npm-debug.log
2016-03-29Bump `request` NPM module to fix security issueJoe Pettersson1-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-24version bumpNick Merwin3-138/+2
2016-03-24Merge pull request #124 from tparnell8/appveyorNick Merwin1-1/+7
add appveyor support
2016-03-13add appveyor supportTommy Parnell1-1/+7
2016-03-12Delete npm-debug.logTeppei Sato1-136/+0
2016-02-26version bump2.11.8Nick Merwin2-1/+137
2016-02-26COVERALLS_PARALLEL env supportNick Merwin5-2/+23
2016-02-26added gitlab-ci supportNick Merwin3-4/+37
2015-12-10Merge branch 'master' of github.com:nickmerwin/node-coverallsNick Merwin9-30/+62
2015-12-10version bumpNick Merwin1-1/+1
2015-12-10Merge pull request #77 from addaleax/write-to-stdoutNick Merwin9-30/+62
Add command line option to write output to stdout
2015-12-10Use container-based infrastructure for Travis CI testingAnna Henningsen1-2/+2
2015-12-10Modify tests to use the minimist options object for filepath detectionAnna Henningsen1-3/+3
2015-12-10Use index.options object for determining getOptions()’ filepathAnna Henningsen1-3/+3
2015-12-10Modify tests to reflect minimist usageAnna Henningsen2-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-10Use minimist to parse command line optionsAnna Henningsen4-14/+16
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-10Remove unneccessary 'streams' require() in test caseAnna Henningsen1-1/+0
2015-12-10Add command line option to write output to stdoutAnna Henningsen4-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-10version bump2.11.5Nick Merwin1-1/+1
2015-12-10merge conflictNick Merwin3-3/+9
2015-12-10Merge pull request #85 from addaleax/branch-name-detectionNick Merwin1-1/+2
Accept more valid git branch names