aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20Merge branch 'add_cobertura_support' of ↵Nick Merwin1-1/+4
https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support
2019-11-20fix typosNick Merwin1-1/+1
2019-11-20fix: pass flag_name to coveralls API (#251)Joscha Feth1-0/+4
2019-11-20Remove `path.existsSync` (#248)XhmikosR1-2/+1
This is a leftover from pretty ancient Node.js versions.
2019-11-20ES6Nick Merwin7-188/+249
* 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-31add ability to parse cobertura filesLevi Yurkowicz1-2/+5
2019-10-10added support for GitLab Merge Request IIDv3.0.7Nick Merwin1-0/+1
2019-08-06handleInput callback include bodyv3.0.6Nick Merwin1-1/+1
* version bump
2019-06-05Update configuration logic for Jenkins (#217)Byungjin Park1-2/+4
2019-06-05Add support for Azure Pipelines (#221)Dylan Smith1-0/+8
2019-03-15Style fix (#211)Mikael Mello1-2/+1
2018-06-29Adds support for named job flags (#196)Jordan Oroshiba1-0/+4
* Adds support for named job flags * Add actual test function
2018-05-01Verbose use log level `debug`Matthew Kime1-1/+1
2018-05-01Add buildkite support (#177)Tristan Davey1-1/+14
* Add buildkite support * Add committer name, email, commit message and pull request number * Add buildkite to support CIs in README.md
2018-05-01Add Semaphore support (#180)Manu Phatak1-0/+6
Semaphore ENV variables: https://semaphoreci.com/docs/available-environment-variables.html
2017-04-27better Jenkins detectionNick Merwin1-2/+2
2017-03-30Parse commit from packed refs if not available in refs dir. (#163)Chas DeVeas1-1/+20
* Add .idea to .gitignore * Added alternative method for parsing current commit with test. * Fixing test. * Remove dependency on fs-extra.
2017-03-05merge, version bump2.12.0Nick Merwin1-2/+14
2017-02-05branching WIPbranchingNick Merwin1-2/+14
2017-02-05Merge pull request #142 from Hirse/feature/travis-prNick Merwin1-0/+1
Get PR number from TRAVIS
2017-01-31reenable droneKasper Lewau1-2/+5
2016-11-11implemented code to parse concatenated file paths (fixes #143)Joshua Davis1-0/+11
2016-10-14Get PR number from TRAVISd0569501-0/+1
2016-09-15Merge branch 'master' into pr/127Nick Merwin1-1/+13
2016-09-15Merge pull request #139 from paulcbetts/surfNick Merwin1-0/+5
Add Surf support
2016-09-14Ignore files that do not exist in convertLcovToCoverallsArjan Singh1-1/+4
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 Merwin2-0/+7
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
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-10Add command line option to write output to stdoutAnna Henningsen3-13/+22
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-10merge conflictNick Merwin2-3/+7
2015-12-10Merge pull request #85 from addaleax/branch-name-detectionNick Merwin1-1/+2
Accept more valid git branch names
2015-12-10Merge pull request #87 from addaleax/fix-bug-86Nick Merwin1-1/+1
Fix bug #86
2015-12-10Merge pull request #88 from fracmak/feature/service_pull_requestNick Merwin2-0/+4
Added support for service_pull_request in jenkins
2015-12-10Merge pull request #108 from daleharvey/80Nick Merwin1-1/+1
Use HEAD to pick up git info
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
allow users to pass options through.
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
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-07-15Merge remote-tracking branch 'upstream/master' into fix-bug-86Hauke Henningsen1-1/+1
Conflicts: lib/fetchGitData.js
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
Given the commit message ``` tree 2d257d54add0901a72fbe492538aec4a35b4f4a5 parent 21d9ce4eb278af46561e069d6410e72a88c38036 author Joshua Ma <[email protected]> 1436838814 -0700 committer Joshua Ma <[email protected]> 1436839048 -0700 main message secondary detail ``` REGEX_COMMIT_DETAILS previously incorrectly matched `secondary detail` as the message - it lets an optional newline match (A), followed by nongreedy `[\S\s]+`, until a double-newline (B) is found. The message used is what follows B. Since there's two double-newlines, before `main message` and `secondary detail`, the first double-newline is used towards (A) and the second set is the one that matches (B). So the message ends up being `secondary detail`. This change simplifies the regex to just a nongreedy `[\S\s]*` until the first double-newline, after which the message is expected.
2015-04-24CI_PULL_REQUEST is just the url for the entire PR, have to split it andJosh Callender1-1/+5
grab the number there. CIRCLE_PR_NUMBER is only defined for forks.
2015-04-24add support for CircleCI pull request commentingJosh Callender2-0/+4