| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-03-19 | added COVERALLS_SERVICE_NUMBER to Readme; ver bump3.0.11 | Nick Merwin | 2 | -2/+3 | |
| 2020-03-19 | If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (#208) | Chris Midgley | 4 | -7/+26 | |
| * If COVERALLS_SERVICE_NUMBER is set, set service_number from it. Remove the duplicate service_pull_request set. | |||||
| 2020-03-19 | bump version3.0.10 | Nick Merwin | 2 | -3/+3 | |
| 2020-03-19 | Only coverage report on test success, fixes #230 | Andre Miras | 1 | -1/+1 | |
| Addresses only the `jest` case, other cases can be handled via subsequent pull requests. | |||||
| 2020-03-19 | Set service_name and/or repo_token from .coveralls.yml regardless of if ↵ | Ben Petty | 2 | -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-19 | Add Codefresh support | Wojtek Siudzinski | 2 | -0/+44 | |
| 2020-03-19 | CI: switch to `actions/checkout@v2` | XhmikosR | 1 | -1/+1 | |
| 2020-03-19 | 278 Upgrades minimist dependency to 1.2.5 | Ashish Kumar Joy | 2 | -5/+5 | |
| 2019-11-26 | bump version3.0.9 | Nick Merwin | 1 | -1/+1 | |
| 2019-11-26 | Remove the now unused istanbul and mocha-lcov-reporter devDependencies | XhmikosR | 2 | -201/+1 | |
| 2019-11-26 | Revert #243. | XhmikosR | 3 | -116/+26 | |
| cobertura-parse is archived and in bad shape. They even have mocha in dependencies. | |||||
| 2019-11-26 | Remove snyk. | XhmikosR | 4 | -2498/+2 | |
| 2019-11-26 | Revert "CI: use `npm ci` on Node.js >=8." | XhmikosR | 1 | -8/+2 | |
| This reverts commit be79dab7f164da7762951fa5940dacdd3ec7ceff. Too complex to make this work with full version numbers | |||||
| 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 | Update package.json | XhmikosR | 2 | -12/+0 | |
| Remove the now unused pretest scripts | |||||
| 2019-11-25 | Fix logger regression. | XhmikosR | 1 | -1/+1 | |
| 2019-11-25 | README.md: Add GitHub Actions CI info. | XhmikosR | 1 | -1/+14 | |
| 2019-11-25 | Tweak README.md | XhmikosR | 1 | -53/+71 | |
| * fix redirected links and use https when possible * Markdown consistency changes | |||||
| 2019-11-25 | CI: use `npm ci` on Node.js >=8. | XhmikosR | 1 | -2/+8 | |
| 2019-11-25 | CI: Add Windows testing and lint | XhmikosR | 1 | -2/+6 | |
| 2019-11-25 | Fix Windows tests again. | XhmikosR | 2 | -4/+4 | |
| 2019-11-25 | use Coveralls GitHub actioncoveralls-action | Nick Merwin | 1 | -4/+6 | |
| 2019-11-20 | version bump3.0.8 | Nick Merwin | 1 | -1/+1 | |
| 2019-11-20 | Merge branch 'XhmikosR-appveyor-tests' | Nick Merwin | 1 | -0/+27 | |
| 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 | Merge branch 'ly-cultureiq-add_cobertura_support' | Nick Merwin | 3 | -31/+109 | |
| 2019-11-20 | Merge branch 'add_cobertura_support' of ↵ | Nick Merwin | 3 | -31/+109 | |
| https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support | |||||
| 2019-11-20 | fix typos | Nick Merwin | 2 | -2/+2 | |
| 2019-11-20 | fix: pass flag_name to coveralls API (#251) | Joscha Feth | 1 | -0/+4 | |
| 2019-11-20 | Remove `path.existsSync` (#248) | XhmikosR | 2 | -4/+2 | |
| This is a leftover from pretty ancient Node.js versions. | |||||
| 2019-11-20 | Merge branch 'master' of https://github.com/nickmerwin/node-coveralls | Nick Merwin | 18 | -865/+1060 | |
| 2019-11-20 | Merge branch 'XhmikosR-rm-growl' | Nick Merwin | 2 | -2/+2 | |
| 2019-11-20 | npm install | Nick Merwin | 2 | -2/+2 | |
| 2019-11-20 | ES6 | Nick Merwin | 18 | -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-20 | Fix tests on Windows. (#237) | XhmikosR | 3 | -17/+18 | |
| 2019-11-20 | Update test.yml | Nick Merwin | 1 | -1/+1 | |
| 2019-11-20 | Merge branch 'master' into pr/236 | Nick Merwin | 4 | -898/+2040 | |
| 2019-11-20 | Merge branch 'master' into pr/235pr/235 | Nick Merwin | 2 | -841/+1267 | |
| 2019-11-20 | Update dependencies except for should. (#234) | XhmikosR | 2 | -868/+1162 | |
| 2019-11-20 | package.json: specify the files to include (#233) | XhmikosR | 1 | -1/+5 | |
| 2019-11-15 | Remove the unused growl dependency. | XhmikosR | 2 | -2/+2 | |
| 2019-11-14 | Switch to GitHub Actions CI. | XhmikosR | 3 | -10/+38 | |
| Currently only runs on Ubuntu | |||||
| 2019-11-14 | Switch to nyc | XhmikosR | 3 | -134/+794 | |
| 2019-11-14 | Switch to npm scripts. | XhmikosR | 4 | -23/+79 | |
| This is cross-platform and doesn't require make installed. | |||||
| 2019-10-31 | add ability to parse cobertura files | Levi Yurkowicz | 3 | -4/+85 | |
| 2019-10-26 | Add AppVeyor test. | XhmikosR | 1 | -0/+27 | |
| 2019-10-10 | added support for GitLab Merge Request IIDv3.0.7 | Nick Merwin | 4 | -3/+7 | |
| 2019-08-06 | Merge branch 'master' of https://github.com/nickmerwin/node-coveralls | Nick Merwin | 1 | -1/+1 | |
| 2019-08-06 | handleInput callback include bodyv3.0.6 | Nick Merwin | 3 | -8/+9 | |
| * version bump | |||||
