aboutsummaryrefslogtreecommitdiff
path: root/lib/getOptions.js
AgeCommit message (Expand)AuthorFilesLines
2020-04-24Handle service_job_number for parallelism in Travis and CircleCI (#290)Nick Merwin1-1/+7
2020-04-23Minor lint tweaks (#285)XhmikosR1-1/+2
2020-04-21Update getOptions.jsNick Merwin1-1/+1
2020-03-19If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208)Chris Midgley1-0/+4
2020-03-19Set service_name and/or repo_token from .coveralls.yml regardless of if $COVE...Ben Petty1-16/+30
2020-03-19Add Codefresh supportWojtek Siudzinski1-0/+10
2019-11-20ES6Nick Merwin1-47/+61
2019-10-10added support for GitLab Merge Request IIDv3.0.7Nick Merwin1-0/+1
2019-06-05Update configuration logic for Jenkins (#217)Byungjin Park1-2/+4
2019-06-05Add support for Azure Pipelines (#221)Dylan Smith1-0/+8
2018-06-29Adds support for named job flags (#196)Jordan Oroshiba1-0/+4
2018-05-01Add buildkite support (#177)Tristan Davey1-1/+14
2018-05-01Add Semaphore support (#180)Manu Phatak1-0/+6
2017-04-27better Jenkins detectionNick Merwin1-2/+2
2017-02-05Merge pull request #142 from Hirse/feature/travis-prNick Merwin1-0/+1
2017-01-31reenable droneKasper Lewau1-2/+5
2016-10-14Get PR number from TRAVISd0569501-0/+1
2016-09-15Merge pull request #139 from paulcbetts/surfNick Merwin1-0/+5
2016-08-17Wire up the codePaul Betts1-0/+5
2016-06-26Feature: Support codeship docker environment variablesMarc Riegel1-1/+8
2016-03-13add appveyor supportTommy Parnell1-1/+7
2016-02-26COVERALLS_PARALLEL env supportNick Merwin1-0/+4
2016-02-26added gitlab-ci supportNick Merwin1-3/+11
2015-12-10Use index.options object for determining getOptions()’ filepathAnna Henningsen1-3/+3
2015-12-10Add command line option to write output to stdoutAnna Henningsen1-9/+5
2015-12-10merge conflictNick Merwin1-0/+5
2015-12-10Merge pull request #88 from fracmak/feature/service_pull_requestNick Merwin1-0/+1
2015-12-10Merge pull request #108 from daleharvey/80Nick Merwin1-1/+1
2015-12-10Merge branch 'pr/110'Nick Merwin1-1/+1
2015-12-10Merge pull request #76 from jacob-meacham/feature/user-optionsNick Merwin1-2/+9
2015-11-06rm unneeded options, bump node in travisAndrii Shumada1-1/+1
2015-10-16Use HEAD to pick up git infoDale Harvey1-1/+1
2015-07-14Pass CI_PULL_REQUEST through to coveralls if it is setEthan Langevin1-0/+6
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 Callender1-0/+1
2015-04-21Added support for service_pull_request in jenkins using the github pull reque...Merrifield, Jay1-0/+1
2015-01-29allow users to pass options through.Jacob Meacham1-2/+9
2014-11-04Add Wercker CI support with tests.Steven Weathers1-0/+7
2014-07-03log at error level by default and only show others if --verbose switch is on.Gregg Caines1-1/+3
2014-06-22improve warning messaging when the repo token is not found.Gregg Caines1-1/+2
2014-03-27add Travis commit & branch inforoman01la1-0/+2
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
2013-11-08Fix step 1: for dev-local uses, properly detect local Git branch and commitChristophe Porteneuve1-0/+8
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 Caines1-11/+24
2013-07-26fetch git data from command line gitGabe Hayes1-16/+6