aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2019-11-25CI: use `npm ci` on Node.js >=8.XhmikosR1-2/+8
2019-11-25CI: Add Windows testing and lintXhmikosR1-2/+6
2019-11-25Fix Windows tests again.XhmikosR2-4/+4
2019-11-25use Coveralls GitHub actioncoveralls-actionNick Merwin1-4/+6
2019-11-20version bump3.0.8Nick Merwin1-1/+1
2019-11-20Merge branch 'XhmikosR-appveyor-tests'Nick Merwin1-0/+27
2019-11-20Merge branch 'appveyor-tests' of https://github.com/XhmikosR/node-coveralls ↵Nick Merwin1-0/+27
into XhmikosR-appveyor-tests
2019-11-20Merge branch 'ly-cultureiq-add_cobertura_support'Nick Merwin3-31/+109
2019-11-20Merge branch 'add_cobertura_support' of ↵Nick Merwin3-31/+109
https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support
2019-11-20fix typosNick Merwin2-2/+2
2019-11-20fix: pass flag_name to coveralls API (#251)Joscha Feth1-0/+4
2019-11-20Remove `path.existsSync` (#248)XhmikosR2-4/+2
This is a leftover from pretty ancient Node.js versions.
2019-11-20Merge branch 'master' of https://github.com/nickmerwin/node-coverallsNick Merwin18-865/+1060
2019-11-20Merge branch 'XhmikosR-rm-growl'Nick Merwin2-2/+2
2019-11-20npm installNick Merwin2-2/+2
2019-11-20ES6Nick Merwin18-865/+1060
* 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-20Fix tests on Windows. (#237)XhmikosR3-17/+18
2019-11-20Update test.ymlNick Merwin1-1/+1
2019-11-20Merge branch 'master' into pr/236Nick Merwin4-898/+2040
2019-11-20Merge branch 'master' into pr/235pr/235Nick Merwin2-841/+1267
2019-11-20Update dependencies except for should. (#234)XhmikosR2-868/+1162
2019-11-20package.json: specify the files to include (#233)XhmikosR1-1/+5
2019-11-15Remove the unused growl dependency.XhmikosR2-2/+2
2019-11-14Switch to GitHub Actions CI.XhmikosR3-10/+38
Currently only runs on Ubuntu
2019-11-14Switch to nycXhmikosR3-134/+794
2019-11-14Switch to npm scripts.XhmikosR4-23/+79
This is cross-platform and doesn't require make installed.
2019-10-31add ability to parse cobertura filesLevi Yurkowicz3-4/+85
2019-10-26Add AppVeyor test.XhmikosR1-0/+27
2019-10-10added support for GitLab Merge Request IIDv3.0.7Nick Merwin4-3/+7