| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2016-09-15 | version bump2.11.13 | Nick Merwin | 1 | -1/+1 | |
| 2016-09-15 | test use empty() | Nick Merwin | 2 | -2/+2 | |
| 2016-09-15 | Merge branch 'master' into pr/127 | Nick Merwin | 7 | -26/+71 | |
| 2016-09-15 | Merge branch 'master' of github.com:nickmerwin/node-coveralls | Nick Merwin | 2 | -4/+42 | |
| 2016-09-15 | fixed package conflict | Nick Merwin | 1 | -1/+1 | |
| 2016-09-15 | Merge pull request #139 from paulcbetts/surf | Nick Merwin | 2 | -0/+28 | |
| Add Surf support | |||||
| 2016-09-15 | Merge pull request #131 from mrcrgl/feature/support-codeship-docker-environment | Nick Merwin | 2 | -4/+14 | |
| Feature: Support codeship docker environment variables | |||||
| 2016-09-14 | Ignore files that do not exist in convertLcovToCoveralls | Arjan Singh | 2 | -1/+38 | |
| 2016-08-17 | I am a dum | Paul Betts | 1 | -1/+4 | |
