| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2017-04-27 | better Jenkins detection | Nick Merwin | 2 | -3/+3 | |
| 2017-03-30 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2017-03-30 | Parse commit from packed refs if not available in refs dir. (#163) | Chas DeVeas | 3 | -1/+100 | |
| * Add .idea to .gitignore * Added alternative method for parsing current commit with test. * Fixing test. * Remove dependency on fs-extra. | |||||
| 2017-03-26 | Merge pull request #162 from evanjbowling/patch-1 | Nick Merwin | 1 | -3/+3 | |
| Update README.md | |||||
| 2017-03-25 | Update README.md | Evan Bowling | 1 | -3/+3 | |
| Minor formatting correction | |||||
| 2017-03-05 | merge, version bump2.12.0 | Nick Merwin | 3 | -3/+44 | |
| 2017-02-05 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2017-02-05 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 5 | -21/+28 | |
| 2017-02-05 | removed codeship badge | Nick Merwin | 1 | -4/+1 | |
| 2017-02-05 | branching WIPbranching | Nick Merwin | 3 | -3/+44 | |
| 2017-02-05 | Merge pull request #152 from ndaidong/master | Nick Merwin | 1 | -3/+3 | |
| Update outdated dependencies | |||||
| 2017-02-05 | Merge pull request #147 from hyperlink/update-request-dep | Nick Merwin | 1 | -1/+1 | |
| Fix node-uuid deprecation by updating request dependency | |||||
| 2017-02-05 | Merge pull request #154 from a0viedo/patch-1 | Nick Merwin | 1 | -3/+3 | |
| don't hardcode minor version | |||||
| 2017-02-05 | Merge pull request #142 from Hirse/feature/travis-pr | Nick Merwin | 3 | -5/+8 | |
| Get PR number from TRAVIS | |||||
| 2017-02-05 | Merge pull request #155 from kasperlewau/master | Nick Merwin | 2 | -9/+13 | |
| Reenabling Drone | |||||
| 2017-01-31 | reenable drone | Kasper Lewau | 2 | -9/+13 | |
| 2017-01-18 | don't hardcode minor version | Alejandro Oviedo | 1 | -3/+3 | |
| It's making run the CI with older versions of Node releases and more importantly with branches that don't receive security patches. | |||||
| 2017-01-10 | Update outdate dependencies | Dong Nguyen | 1 | -4/+4 | |
| - Update request, nyc, istanbul, mocha to the latest version - Ref nickmerwin/node-coveralls#149 | |||||
| 2016-12-13 | Fix node-uuid deprecation by updating request dependency | Xiaoxin Lu | 1 | -1/+1 | |
| 2016-11-11 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2016-11-11 | Merge pull request #144 from a11smiles/master | Nick Merwin | 3 | -0/+171 | |
| Fixes #143 where .lcov files generated by Angular CLI & Typescript (istanbul.remap) have improper source file name | |||||
| 2016-11-11 | implemented code to parse concatenated file paths (fixes #143) | Joshua Davis | 2 | -3/+13 | |
| 2016-11-11 | added sample .lcov and test fixture for Issue #143 | Joshua Davis | 2 | -0/+161 | |
| 2016-10-14 | Get PR number from TRAVIS | d056950 | 3 | -5/+8 | |
| 2016-09-19 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 1 | -1/+1 | |
| 2016-09-19 | version bump | Nick Merwin | 1 | -1/+1 | |
| 2016-09-19 | Merge pull request #140 from scriptdaemon/update-request-dep | Nick Merwin | 1 | -1/+1 | |
| Update `request` to 2.75.0 | |||||
| 2016-09-18 | Update `request` to 2.75.0 | Kenneth Williams | 1 | -1/+1 | |
| This update seems to have been reverted during a merge. | |||||
