aboutsummaryrefslogtreecommitdiff
path: root/test/getOptions.js
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24Handle service_job_number for parallelism in Travis and CircleCI (#290)Nick Merwin1-6/+10
* support `service_job_number` for CircleCI/Travis * Travis use TRAVIS_JOB_ID
2020-04-23Minor lint tweaks (#285)XhmikosR1-22/+28
2020-04-21fix testNick Merwin1-1/+1
2020-03-19If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208)Chris Midgley1-1/+13
* If COVERALLS_SERVICE_NUMBER is set, set service_number from it. Remove the duplicate service_pull_request set.
2020-03-19Set service_name and/or repo_token from .coveralls.yml regardless of if ↵Ben Petty1-0/+23
$COVERALLS_REPO_TOKEN is set (#272) * using TRAVIS_COMMIT environment variable for git_commit * Setting repo token and service name from .coveralls.yml regardless of if $COVERALLS_REPO_TOKEN * only set options.repo_token from coveralls_yaml_conf if set in .coveralls.yml * Update lib/getOptions.js Co-Authored-By: Derek Herman <[email protected]>
2020-03-19Add Codefresh supportWojtek Siudzinski1-0/+34
2019-11-20Merge branch 'appveyor-tests' of https://github.com/XhmikosR/node-coveralls ↵Nick Merwin1-0/+27
into XhmikosR-appveyor-tests
2019-11-20fix typosNick Merwin1-1/+1
2019-11-20Remove `path.existsSync` (#248)XhmikosR1-2/+1
This is a leftover from pretty ancient Node.js versions.
2019-11-20ES6Nick Merwin1-321/+423
* remove unused variables * move `require`s at the top * check for prototype built-ins * run in strict mode * always check for error values in tests * make style consistent * mark Node.js 6 as the minimum supported version in package.json * Use the arrow return syntax * logger.js: use `Boolean` to make the intention clearer. * Use the rest params instead of arguments. * test/getOptions.js: beautify git data. * Update logger.js Remove `hasDebugEnvVariable` function; it's just a `process.env` check * Create .jshintrc
2019-10-26Add AppVeyor test.XhmikosR1-0/+27
2019-10-10added support for GitLab Merge Request IIDv3.0.7Nick Merwin1-1/+3
2019-06-05Add support for Azure Pipelines (#221)Dylan Smith1-0/+32
2018-06-29Adds support for named job flags (#196)Jordan Oroshiba1-0/+12
* Adds support for named job flags * Add actual test function
2018-05-01Add buildkite support (#177)Tristan Davey1-0/+30
* Add buildkite support * Add committer name, email, commit message and pull request number * Add buildkite to support CIs in README.md
2018-05-01Done callback waits for unlink in testRepoTokenDetection to prevent race ↵Tristan Davey1-2/+1
condition (#179)
2018-05-01Fix a mistype in tests: fs.exists -> fs.existsSync (#184)Сковорода Никита Андреевич1-1/+1
fs.exists doesn't return anything and calling it without a callback is useless. Probably fs.existsSync was meant to be called here.
2018-05-01Add Semaphore support (#180)Manu Phatak1-0/+25
Semaphore ENV variables: https://semaphoreci.com/docs/available-environment-variables.html
2017-02-05Merge pull request #142 from Hirse/feature/travis-prNick Merwin1-0/+2
Get PR number from TRAVIS
2017-01-31reenable droneKasper Lewau1-7/+8
2016-10-14Get PR number from TRAVISd0569501-0/+2
2016-09-15Merge branch 'master' of github.com:nickmerwin/node-coverallsNick Merwin1-3/+29
2016-09-15Merge pull request #139 from paulcbetts/surfNick Merwin1-0/+23
Add Surf support
2016-08-17I am a dumPaul Betts1-1/+4
2016-08-17Add a testPaul Betts1-0/+20
2016-07-12Update CI, vulnerability checking, and dependencies.Adam Moss1-1/+1
2016-06-26Feature: Support codeship docker environment variablesMarc Riegel1-3/+6
2016-02-26COVERALLS_PARALLEL env supportNick Merwin1-0/+11
2016-02-26added gitlab-ci supportNick Merwin1-0/+25
2015-12-10Modify tests to use the minimist options object for filepath detectionAnna Henningsen1-3/+3
2015-12-10merge conflictNick Merwin1-0/+2
2015-12-10Merge pull request #76 from jacob-meacham/feature/user-optionsNick Merwin1-0/+8
allow users to pass options through.
2015-07-14Pass CI_PULL_REQUEST through to coveralls if it is setEthan Langevin1-0/+11
2015-04-24CI_PULL_REQUEST is just the url for the entire PR, have to split it andJosh Callender1-1/+1
grab the number there. CIRCLE_PR_NUMBER is only defined for forks.
2015-04-24add support for CircleCI pull request commentingJosh Callender1-0/+2
2015-01-29allow users to pass options through.Jacob Meacham1-0/+8
2014-11-04Add Wercker CI support with tests.Steven Weathers1-0/+27
Fix minor lint error where a second semicolon appears in lib/fetchGitData.js
2014-07-03log at error level by default and only show others if --verbose switch is on.Gregg Caines1-2/+6
2014-02-16add support for drone cideepak15561-0/+27
2014-02-12Fix tests againGerard Escalante1-2/+2
Make sure to add "fix" to all places where process.env is wiped clear, because of some node 0.8 oddity
2014-02-11Read service_name from coveralls.ymlGerard Escalante1-3/+11
Also fixed a typo from the last commit.
2014-02-11Swap out yaml with js-yaml for Win compatGerard Escalante1-3/+2
2014-02-11Windows compat fixesGerard Escalante1-2/+2
Changed usage of '/' as root dir. Stopped tests from wiping out environment.
2014-01-31Fixing existsSync issues for older versions of nodeJonathan Kingston1-1/+2
2013-11-15OK so Travis behaves WEIRDLY on writeFileSync with explicit utf8, let's try ↵Christophe Porteneuve1-1/+1
with implicit
2013-11-15Fixed encoding from utf-8 to utf8 for TravisChristophe Porteneuve1-10/+10
2013-11-15Final fixes for detached head mode (93% cov against 94% cov in branch mode)Christophe Porteneuve1-2/+2
2013-11-15Stupid typo…Christophe Porteneuve1-1/+1
2013-11-15More regular-case detached head (e.g. Travis) fixesChristophe Porteneuve1-1/+4
2013-11-15Fix getOptions test for regular-case detached head state (e.g. Travis)Christophe Porteneuve1-5/+6