aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-28swap exec for execFile in fetchGitDataHEAD3.1.1masterNick Merwin3-42/+7145
Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx. * devDependency updates from Dependabot alerts * bump version
2021-06-28Bump dot-prop from 4.2.0 to 4.2.1dependabot[bot]1-3/+3
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/sindresorhus/dot-prop/releases) - [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: dot-prop dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2021-06-28Bump hosted-git-info from 2.8.8 to 2.8.9dependabot[bot]1-3/+3
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
2021-06-28Bump lodash from 4.17.15 to 4.17.21dependabot[bot]1-3/+3
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
2021-06-28Bump y18n from 4.0.0 to 4.0.1dependabot[bot]1-3/+3
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <[email protected]>
2021-06-28Bump ini from 1.3.5 to 1.3.7dependabot[bot]1-3/+3
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] <[email protected]>
2020-05-01Update README.mdXhmikosR1-12/+22
* use an unordered list for the supported CI services and make it a heading * fix tap repo URL * add a few trailing slahes in URLs * remove a duplicate trailing slash * minor grammar tweaks
2020-05-01xo: make `handle-callback-err` an error.XhmikosR1-1/+2
This will prevent tests not checking for errors.
2020-05-01Regenerate package-lock.jsonXhmikosR1-97/+56
2020-05-01package.json: reorder properties and add homepageXhmikosR1-26/+27
2020-05-01Update sinon to v.8.x.XhmikosR2-52/+51
The latest sinon version (9.x) drops support for older Nojde.js versions.
2020-05-01tests: fix deprecation warning coming from `sinon.sandbox.create()`XhmikosR2-2/+2
Switch to the default sandbox.
2020-04-30Switch to `[email protected]` for lintingXhmikosR4-138/+3674
Not using the latest version for Node.js 6.x support.
2020-04-30Minor CI tweaksXhmikosR1-7/+4
* add Node.js 14 * rename job to test * uppercase `GITHUB_TOKEN` for consistency * remove no longer needed steps; `actions-setup-node` prints this by default now
2020-04-24readme typoNick Merwin1-1/+1
2020-04-24update README with links to demo repoNick Merwin1-9/+9
2020-04-24readme re: flag names, CircleCI OrbNick Merwin1-1/+7
2020-04-243.1.0v3.1.0Nick Merwin2-2/+2
2020-04-24Handle service_job_number for parallelism in Travis and CircleCI (#290)Nick Merwin4-7/+23
* support `service_job_number` for CircleCI/Travis * Travis use TRAVIS_JOB_ID
2020-04-24Update sinon to v7.5.0. (#288)XhmikosR4-46/+132
Co-authored-by: Xavier <[email protected]>
2020-04-233.0.14v3.0.14Nick Merwin2-2/+2
2020-04-23Update safe dependencies and fix npm vulnerabilities (#284)XhmikosR2-474/+271
2020-04-23Move fixtures to test/fixtures. (#286)XhmikosR7-14/+16
2020-04-23GH Action workflow update (#287)Nick Merwin1-0/+12
* parallel * flag-name
2020-04-23Minor lint tweaks (#285)XhmikosR4-29/+45
2020-04-22remove redundant code (#283)v3.0.13Luigi Pinca1-3/+1
The check is already done above.
2020-04-213.0.13Nick Merwin2-2/+2
2020-04-21pass flag_name to API post JSONNick Merwin2-0/+5
2020-04-21fix testNick Merwin1-1/+1
2020-04-213.0.12v3.0.12Nick Merwin2-2/+2
2020-04-21Update getOptions.jsNick Merwin1-1/+1
* Revert https://github.com/nickmerwin/node-coveralls/commit/3d83b4f29f2dbf6f4a642ba24976d4ecbd5d56b1#diff-55c2772ed44f17a0079fc5dabe37be63R29 to fix Travis fails due to missing git object
2020-03-19added COVERALLS_SERVICE_NUMBER to Readme; ver bump3.0.11Nick Merwin2-2/+3
2020-03-19If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208)Chris Midgley4-7/+26
* If COVERALLS_SERVICE_NUMBER is set, set service_number from it. Remove the duplicate service_pull_request set.
2020-03-19bump version3.0.10Nick Merwin2-3/+3
2020-03-19Only coverage report on test success, fixes #230Andre Miras1-1/+1
Addresses only the `jest` case, other cases can be handled via subsequent pull requests.
2020-03-19Set service_name and/or repo_token from .coveralls.yml regardless of if ↵Ben Petty2-16/+53
$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 Siudzinski2-0/+44
2020-03-19CI: switch to `actions/checkout@v2`XhmikosR1-1/+1
2020-03-19278 Upgrades minimist dependency to 1.2.5Ashish Kumar Joy2-5/+5
2019-11-26bump version3.0.9Nick Merwin1-1/+1
2019-11-26Remove the now unused istanbul and mocha-lcov-reporter devDependenciesXhmikosR2-201/+1
2019-11-26Revert #243.XhmikosR3-116/+26
cobertura-parse is archived and in bad shape. They even have mocha in dependencies.
2019-11-26Remove snyk.XhmikosR4-2498/+2
2019-11-26Revert "CI: use `npm ci` on Node.js >=8."XhmikosR1-8/+2
This reverts commit be79dab7f164da7762951fa5940dacdd3ec7ceff. Too complex to make this work with full version numbers
2019-11-25Update logger.jsNick Merwin1-1/+1
2019-11-25fix equality operator in logger.jsNick Merwin1-1/+1
2019-11-25Update package.jsonXhmikosR2-12/+0
Remove the now unused pretest scripts
2019-11-25Fix logger regression.XhmikosR1-1/+1
2019-11-25README.md: Add GitHub Actions CI info.XhmikosR1-1/+14
2019-11-25Tweak README.mdXhmikosR1-53/+71
* fix redirected links and use https when possible * Markdown consistency changes