aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-02-26added gitlab-ci supportNick Merwin1-3/+11
2015-12-10Use index.options object for determining getOptions()’ filepathAnna Henningsen1-3/+3
2015-12-10Use minimist to parse command line optionsAnna Henningsen2-13/+5
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 Henningsen3-13/+22
2015-12-10merge conflictNick Merwin2-3/+7
2015-12-10Merge pull request #85 from addaleax/branch-name-detectionNick Merwin1-1/+2
2015-12-10Merge pull request #87 from addaleax/fix-bug-86Nick Merwin1-1/+1
2015-12-10Merge pull request #88 from fracmak/feature/service_pull_requestNick Merwin2-0/+4
2015-12-10Merge pull request #108 from daleharvey/80Nick Merwin1-1/+1
2015-12-10Merge branch 'pr/110'Nick Merwin2-2/+2
2015-12-10Merge pull request #76 from jacob-meacham/feature/user-optionsNick Merwin2-5/+13
2015-11-06rm unneeded options, bump node in travisAndrii Shumada2-2/+2
2015-10-16Use HEAD to pick up git infoDale Harvey1-1/+1
2015-08-12Added support for process.env.COVERALLS_ENDPOINTAdam Meadows1-1/+6
2015-07-15Merge remote-tracking branch 'upstream/master' into fix-bug-86Hauke Henningsen1-1/+1
2015-07-14Pass CI_PULL_REQUEST through to coveralls if it is setEthan Langevin2-0/+9
2015-07-13Fix parsing git message with REGEX_COMMIT_DETAILSJoshua Ma1-1/+1
2015-04-24CI_PULL_REQUEST is just the url for the entire PR, have to split it andJosh Callender1-1/+5
2015-04-24add support for CircleCI pull request commentingJosh Callender2-0/+4
2015-04-21Added support for service_pull_request in jenkins using the github pull reque...Merrifield, Jay2-0/+4
2015-04-20Fix bug #86Hauke Henningsen1-1/+1
2015-04-15Accept more valid git branch namesHauke Henningsen1-1/+2
2015-01-29allow users to pass options through.Jacob Meacham2-5/+13
2014-11-04Add Wercker CI support with tests.Steven Weathers2-1/+8
2014-09-11fetch all characters by selecting all whitespace and all none whitespaceSchaaf, Martin1-1/+1
2014-09-11fix parsing of multiline header responsesSchaaf, Martin1-1/+1
2014-07-03log at error level by default and only show others if --verbose switch is on.Gregg Caines2-3/+5
2014-06-22improve warning messaging when the repo token is not found.Gregg Caines1-1/+2
2014-06-22Merge pull request #50 from roman01la/masterGregg Caines1-0/+2
2014-05-23convertLcovToCoveralls should output paths with slashes even on windows.jaubourg1-1/+1
2014-03-27add Travis commit & branch inforoman01la1-0/+2
2014-03-14convertLcovToCoveralls should convert absolute source paths to relative paths...Marc Knaup1-2/+3
2014-02-16add support for drone cideepak15561-0/+7
2014-02-11Read service_name from coveralls.ymlGerard Escalante1-1/+5
2014-02-11Swap out yaml with js-yaml for Win compatGerard Escalante1-3/+2
2014-02-11Windows compat fixesGerard Escalante2-10/+4
2014-01-31Fixing existsSync issues for older versions of nodeJonathan Kingston1-1/+2
2014-01-26Add callback to handleInput() for easier use in other projectsPatrick Gansterer1-5/+10
2013-12-17Fix cainus/node-coveralls#30Juga Paazmaya1-1/+1
2013-12-05Added ability to turn on debug logging via environment variablemattjmorrison1-6/+16
2013-11-08Ah, right, ES5 has String#trim(), keep forgetting that…Christophe Porteneuve1-6/+2
2013-11-08Fix step 3: code cleanup + faster/nimbler use of Git to obtain data (rev-pars...Christophe Porteneuve2-53/+31
2013-11-08Fix step 2: properly detect local Git branch, and just keep pre-provided one ...Christophe Porteneuve1-31/+40
2013-11-08Fix step 1: for dev-local uses, properly detect local Git branch and commitChristophe Porteneuve2-0/+38
2013-09-06export both getOptions and getBaseOptions from getOptions.jsMatthew J. Morrison1-2/+2
2013-09-06Added getBaseOptions to allow setting up options without depending on process...Matthew J. Morrison1-20/+24
2013-08-24added codeship environment var support.Gregg Caines1-0/+6
2013-08-24removed exec-sync. version 2.2.0 candidateGregg Caines3-61/+93
2013-07-30fixed git testGabe Hayes1-10/+1