| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-03-19 | If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208) | Chris Midgley | 2 | -6/+9 | |
| * If COVERALLS_SERVICE_NUMBER is set, set service_number from it. Remove the duplicate service_pull_request set. | |||||
| 2020-03-19 | Set service_name and/or repo_token from .coveralls.yml regardless of if ↵ | Ben Petty | 1 | -16/+30 | |
| $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-19 | Add Codefresh support | Wojtek Siudzinski | 1 | -0/+10 | |
| 2019-11-26 | Revert #243. | XhmikosR | 1 | -4/+1 | |
| cobertura-parse is archived and in bad shape. They even have mocha in dependencies. | |||||
| 2019-11-25 | Update logger.js | Nick Merwin | 1 | -1/+1 | |
| 2019-11-25 | fix equality operator in logger.js | Nick Merwin | 1 | -1/+1 | |
| 2019-11-25 | Fix logger regression. | XhmikosR | 1 | -1/+1 | |
| 2019-11-20 | Merge branch 'add_cobertura_support' of ↵ | Nick Merwin | 1 | -1/+4 | |
| https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support | |||||
| 2019-11-20 | fix typos | Nick Merwin | 1 | -1/+1 | |
| 2019-11-20 | fix: pass flag_name to coveralls API (#251) | Joscha Feth | 1 | -0/+4 | |
| 2019-11-20 | Remove `path.existsSync` (#248) | XhmikosR | 1 | -2/+1 | |
| This is a leftover from pretty ancient Node.js versions. | |||||
| 2019-11-20 | ES6 | Nick Merwin | 7 | -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-31 | add ability to parse cobertura files | Levi Yurkowicz | 1 | -2/+5 | |
| 2019-10-10 | added support for GitLab Merge Request IIDv3.0.7 | Nick Merwin | 1 | -0/+1 | |
| 2019-08-06 | handleInput callback include bodyv3.0.6 | Nick Merwin | 1 | -1/+1 | |
| * version bump | |||||
| 2019-06-05 | Update configuration logic for Jenkins (#217) | Byungjin Park | 1 | -2/+4 | |
| 2019-06-05 | Add support for Azure Pipelines (#221) | Dylan Smith | 1 | -0/+8 | |
| 2019-03-15 | Style fix (#211) | Mikael Mello | 1 | -2/+1 | |
| 2018-06-29 | Adds support for named job flags (#196) | Jordan Oroshiba | 1 | -0/+4 | |
| * Adds support for named job flags * Add actual test function | |||||
| 2018-05-01 | Verbose use log level `debug` | Matthew Kime | 1 | -1/+1 | |
| 2018-05-01 | Add buildkite support (#177) | Tristan Davey | 1 | -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-01 | Add Semaphore support (#180) | Manu Phatak | 1 | -0/+6 | |
| Semaphore ENV variables: https://semaphoreci.com/docs/available-environment-variables.html | |||||
| 2017-04-27 | better Jenkins detection | Nick Merwin | 1 | -2/+2 | |
| 2017-03-30 | Parse commit from packed refs if not available in refs dir. (#163) | Chas DeVeas | 1 | -1/+20 | |
| * Add .idea to .gitignore * Added alternative method for parsing current commit with test. * Fixing test. * Remove dependency on fs-extra. | |||||
| 2017-03-05 | merge, version bump2.12.0 | Nick Merwin | 1 | -2/+14 | |
| 2017-02-05 | branching WIPbranching | Nick Merwin | 1 | -2/+14 | |
| 2017-02-05 | Merge pull request #142 from Hirse/feature/travis-pr | Nick Merwin | 1 | -0/+1 | |
| Get PR number from TRAVIS | |||||
| 2017-01-31 | reenable drone | Kasper Lewau | 1 | -2/+5 | |
| 2016-11-11 | implemented code to parse concatenated file paths (fixes #143) | Joshua Davis | 1 | -0/+11 | |
| 2016-10-14 | Get PR number from TRAVIS | d056950 | 1 | -0/+1 | |
| 2016-09-15 | Merge branch 'master' into pr/127 | Nick Merwin | 1 | -1/+13 | |
| 2016-09-15 | Merge pull request #139 from paulcbetts/surf | Nick Merwin | 1 | -0/+5 | |
| Add Surf support | |||||
| 2016-09-14 | Ignore files that do not exist in convertLcovToCoveralls | Arjan Singh | 1 | -1/+4 | |
| 2016-08-17 | Wire up the code | Paul Betts | 1 | -0/+5 | |
| 2016-06-26 | Feature: Support codeship docker environment variables | Marc Riegel | 1 | -1/+8 | |
| 2016-03-13 | add appveyor support | Tommy Parnell | 1 | -1/+7 | |
| 2016-02-26 | COVERALLS_PARALLEL env support | Nick Merwin | 2 | -0/+7 | |
| 2016-02-26 | added gitlab-ci support | Nick Merwin | 1 | -3/+11 | |
| 2015-12-10 | Use index.options object for determining getOptions()’ filepath | Anna Henningsen | 1 | -3/+3 | |
| 2015-12-10 | Use minimist to parse command line options | Anna Henningsen | 2 | -13/+5 | |
| The command line options are made available as a object via `index.options` | |||||
| 2015-12-10 | Change write-to-stdout option to `--stdout/-s` | Anna Henningsen | 1 | -1/+1 | |
| 2015-12-10 | Add command line option to write output to stdout | Anna Henningsen | 3 | -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-10 | merge conflict | Nick Merwin | 2 | -3/+7 | |
| 2015-12-10 | Merge pull request #85 from addaleax/branch-name-detection | Nick Merwin | 1 | -1/+2 | |
| Accept more valid git branch names | |||||
| 2015-12-10 | Merge pull request #87 from addaleax/fix-bug-86 | Nick Merwin | 1 | -1/+1 | |
| Fix bug #86 | |||||
| 2015-12-10 | Merge pull request #88 from fracmak/feature/service_pull_request | Nick Merwin | 2 | -0/+4 | |
| Added support for service_pull_request in jenkins | |||||
| 2015-12-10 | Merge pull request #108 from daleharvey/80 | Nick Merwin | 1 | -1/+1 | |
| Use HEAD to pick up git info | |||||
| 2015-12-10 | Merge branch 'pr/110' | Nick Merwin | 2 | -2/+2 | |
| 2015-12-10 | Merge pull request #76 from jacob-meacham/feature/user-options | Nick Merwin | 2 | -5/+13 | |
| allow users to pass options through. | |||||
| 2015-11-06 | rm unneeded options, bump node in travis | Andrii Shumada | 2 | -2/+2 | |
