| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-01 | tests: fix deprecation warning coming from `sinon.sandbox.create()` | XhmikosR | 2 | -2/+2 | |
| Switch to the default sandbox. | |||||
| 2020-04-24 | Handle service_job_number for parallelism in Travis and CircleCI (#290) | Nick Merwin | 2 | -6/+12 | |
| * support `service_job_number` for CircleCI/Travis * Travis use TRAVIS_JOB_ID | |||||
| 2020-04-24 | Update sinon to v7.5.0. (#288) | XhmikosR | 2 | -15/+15 | |
| Co-authored-by: Xavier <[email protected]> | |||||
| 2020-04-23 | Move fixtures to test/fixtures. (#286) | XhmikosR | 6 | -14/+565 | |
| 2020-04-23 | Minor lint tweaks (#285) | XhmikosR | 2 | -23/+29 | |
| 2020-04-21 | pass flag_name to API post JSON | Nick Merwin | 1 | -0/+2 | |
| 2020-04-21 | fix test | Nick Merwin | 1 | -1/+1 | |
| 2020-03-19 | If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208) | Chris Midgley | 2 | -1/+17 | |
| * 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 | -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-19 | Add Codefresh support | Wojtek Siudzinski | 1 | -0/+34 | |
| 2019-11-25 | Fix Windows tests again. | XhmikosR | 2 | -4/+4 | |
| 2019-11-20 | Merge branch 'appveyor-tests' of https://github.com/XhmikosR/node-coveralls ↵ | Nick Merwin | 1 | -0/+27 | |
| into XhmikosR-appveyor-tests | |||||
| 2019-11-20 | fix typos | Nick Merwin | 1 | -1/+1 | |
| 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 | -653/+764 | |
| * 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-11-20 | Fix tests on Windows. (#237) | XhmikosR | 3 | -17/+18 | |
| 2019-10-26 | Add AppVeyor test. | XhmikosR | 1 | -0/+27 | |
| 2019-10-10 | added support for GitLab Merge Request IIDv3.0.7 | Nick Merwin | 1 | -1/+3 | |
| 2019-08-06 | handleInput callback include bodyv3.0.6 | Nick Merwin | 1 | -6/+7 | |
| * version bump | |||||
| 2019-06-05 | Add support for Azure Pipelines (#221) | Dylan Smith | 1 | -0/+32 | |
| 2018-06-29 | Adds support for named job flags (#196) | Jordan Oroshiba | 1 | -0/+12 | |
| * Adds support for named job flags * Add actual test function | |||||
| 2018-05-01 | version bump; logger test fix3.0.1 | Nick Merwin | 1 | -3/+3 | |
| 2018-05-01 | Add buildkite support (#177) | Tristan Davey | 1 | -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-01 | Done callback waits for unlink in testRepoTokenDetection to prevent race ↵ | Tristan Davey | 1 | -2/+1 | |
| condition (#179) | |||||
| 2018-05-01 | Fix 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-01 | Add Semaphore support (#180) | Manu Phatak | 1 | -0/+25 | |
| Semaphore ENV variables: https://semaphoreci.com/docs/available-environment-variables.html | |||||
| 2017-03-30 | Parse commit from packed refs if not available in refs dir. (#163) | Chas DeVeas | 1 | -0/+77 | |
| * 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 | -0/+29 | |
| 2017-02-05 | branching WIPbranching | Nick Merwin | 1 | -0/+29 | |
| 2017-02-05 | Merge pull request #142 from Hirse/feature/travis-pr | Nick Merwin | 2 | -5/+7 | |
| Get PR number from TRAVIS | |||||
| 2017-01-31 | reenable drone | Kasper Lewau | 1 | -7/+8 | |
| 2016-11-11 | implemented code to parse concatenated file paths (fixes #143) | Joshua Davis | 1 | -3/+2 | |
| 2016-11-11 | added sample .lcov and test fixture for Issue #143 | Joshua Davis | 1 | -0/+30 | |
| 2016-10-14 | Get PR number from TRAVIS | d056950 | 2 | -5/+7 | |
| 2016-09-15 | test use empty() | Nick Merwin | 1 | -1/+1 | |
| 2016-09-15 | Merge branch 'master' into pr/127 | Nick Merwin | 2 | -8/+34 | |
| 2016-09-15 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 1 | -3/+29 | |
| 2016-09-15 | Merge pull request #139 from paulcbetts/surf | Nick Merwin | 1 | -0/+23 | |
| Add Surf support | |||||
| 2016-09-14 | Ignore files that do not exist in convertLcovToCoveralls | Arjan Singh | 1 | -0/+34 | |
| 2016-08-17 | I am a dum | Paul Betts | 1 | -1/+4 | |
| 2016-08-17 | Add a test | Paul Betts | 1 | -0/+20 | |
| 2016-07-12 | Update CI, vulnerability checking, and dependencies. | Adam Moss | 2 | -5/+5 | |
| 2016-06-26 | Feature: Support codeship docker environment variables | Marc Riegel | 1 | -3/+6 | |
| 2016-02-26 | COVERALLS_PARALLEL env support | Nick Merwin | 2 | -1/+14 | |
| 2016-02-26 | added gitlab-ci support | Nick Merwin | 1 | -0/+25 | |
| 2015-12-10 | Modify tests to use the minimist options object for filepath detection | Anna Henningsen | 1 | -3/+3 | |
| 2015-12-10 | Modify tests to reflect minimist usage | Anna Henningsen | 2 | -6/+7 | |
| The tests now modify the options object directly instead of modifying `process.argv` 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-12-10 | Remove unneccessary 'streams' require() in test case | Anna Henningsen | 1 | -1/+0 | |
| 2015-12-10 | Add command line option to write output to stdout | Anna Henningsen | 1 | -2/+23 | |
| 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 | 1 | -0/+2 | |
