| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-11-20 | resolved conflictspr/238 | Nick Merwin | 1 | -1/+1 | |
| 2019-11-20 | Create .jshintrc | Nick Merwin | 1 | -0/+16 | |
| 2019-11-20 | Merge branch 'master' into pr/238 | Nick Merwin | 7 | -908/+2078 | |
| 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-20 | Update logger.js | XhmikosR | 1 | -5/+1 | |
| Remove `hasDebugEnvVariable` function; it's just a `process.env` check | |||||
| 2019-11-18 | test/getOptions.js: beautify git data. | XhmikosR | 1 | -92/+147 | |
| 2019-11-18 | Use the rest params instead of arguments. | XhmikosR | 2 | -10/+10 | |
| 2019-11-18 | logger.js: use `Boolean` to make the intention clearer. | XhmikosR | 1 | -1/+1 | |
| 2019-11-18 | Use the arrow return syntax | XhmikosR | 3 | -30/+10 | |
| 2019-11-18 | ES6-ify codebase. | XhmikosR | 17 | -765/+914 | |
| Also: * 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 | |||||
| 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-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 | |||||
| 2019-07-25 | COVERALLS_PARALLEL docs link update | Nick Merwin | 1 | -1/+1 | |
| 2019-07-12 | Merge branch 'master' of https://github.com/nickmerwin/node-coveralls | Nick Merwin | 2 | -1137/+203 | |
| 2019-07-12 | version bumpv3.0.5 | Nick Merwin | 1 | -1/+1 | |
| 2019-07-12 | fix: vulnerabilities (#227) | waiting | 2 | -1133/+199 | |
| 2019-07-12 | Bump lodash from 4.17.11 to 4.17.14 (#229) | dependabot[bot] | 1 | -4/+4 | |
| Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 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 | 2 | -0/+40 | |
| 2019-06-05 | version bump3.0.4 | Nick Merwin | 1 | -1/+1 | |
| 2019-06-05 | Bump extend from 3.0.1 to 3.0.2 (#226) | dependabot[bot] | 1 | -9/+3 | |
| Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2019-06-05 | Bump js-yaml from 3.11.0 to 3.13.1 (#225) | dependabot[bot] | 1 | -3/+3 | |
| Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.11.0...3.13.1) Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2019-06-05 | Bump handlebars from 4.1.0 to 4.1.2 (#224) | dependabot[bot] | 1 | -32/+38 | |
| Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2) Signed-off-by: dependabot[bot] <[email protected]> | |||||
| 2019-03-15 | Style fix (#211) | Mikael Mello | 1 | -2/+1 | |
| 2019-02-22 | dependency security audit fixes from npm & snyk (#210)3.0.3 | Nick Merwin | 4 | -978/+2931 | |
| * dependency security audit fixes from npm & snyk * version bump * remove end-of-life node versions (4,5) from Travis | |||||
| 2018-06-29 | bump version; updated .snyk3.0.2 | Nick Merwin | 3 | -24/+33 | |
| 2018-06-29 | Adds support for named job flags (#196) | Jordan Oroshiba | 2 | -0/+16 | |
| * Adds support for named job flags * Add actual test function | |||||
| 2018-05-01 | updated dependencies | Nick Merwin | 2 | -6357/+970 | |
| 2018-05-01 | version bump; logger test fix3.0.1 | Nick Merwin | 3 | -11/+5122 | |
| 2018-05-01 | Verbose use log level `debug` | Matthew Kime | 1 | -1/+1 | |
| 2018-05-01 | Add buildkite support (#177) | Tristan Davey | 3 | -2/+45 | |
| * 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 | 3 | -0/+3230 | |
| Semaphore ENV variables: https://semaphoreci.com/docs/available-environment-variables.html | |||||
| 2018-05-01 | Update examples to include Jest (#183) | Ethan Arrowood | 1 | -0/+7 | |
| * Update examples to include Jest Also included link to my project where I am successfully implementing jest coverage and travis-ci * jest example command use pipe to coveralls | |||||
| 2018-05-01 | Add license (#175) | Honza Javorek | 1 | -0/+26 | |
| * Add license Fixes https://github.com/nickmerwin/node-coveralls/issues/121. I took the copyright year from the first commit 5eaec7e76af0743f9764e617472ef434f283a195, the company name from the footer of the https://coveralls.io/ site, and the rest of the test from https://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29. * license file LLC => Inv | |||||
| 2017-09-28 | Add mention about AppVeyor to the README (#164) | Honza Javorek | 1 | -1/+1 | |
| 2017-09-28 | major version bump for node > 4.x | Nick Merwin | 1 | -1/+1 | |
| 2017-09-27 | bump version | Nick Merwin | 1 | -1/+1 | |
| 2017-09-27 | Expand allowed dependency versions to all API compatible versions (#172) | Matt Lavin | 2 | -15/+13 | |
| Fixes #171 Fixes #170 Fixes #153 Fixes #149 Fixes #133 | |||||
| 2017-09-27 | Update Mocha link (#169) | Morton Fox | 1 | -1/+1 | |
