aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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-10added support for GitLab Merge Request IIDv3.0.7Nick Merwin4-3/+7
2019-08-06Merge branch 'master' of https://github.com/nickmerwin/node-coverallsNick Merwin1-1/+1
2019-08-06handleInput callback include bodyv3.0.6Nick Merwin3-8/+9
* version bump
2019-07-25COVERALLS_PARALLEL docs link updateNick Merwin1-1/+1
2019-07-12Merge branch 'master' of https://github.com/nickmerwin/node-coverallsNick Merwin2-1137/+203
2019-07-12version bumpv3.0.5Nick Merwin1-1/+1
2019-07-12fix: vulnerabilities (#227)waiting2-1133/+199
2019-07-12Bump 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-05Update configuration logic for Jenkins (#217)Byungjin Park1-2/+4
2019-06-05Add support for Azure Pipelines (#221)Dylan Smith2-0/+40
2019-06-05version bump3.0.4Nick Merwin1-1/+1
2019-06-05Bump 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-05Bump 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-05Bump 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-15Style fix (#211)Mikael Mello1-2/+1
2019-02-22dependency security audit fixes from npm & snyk (#210)3.0.3Nick Merwin4-978/+2931
* dependency security audit fixes from npm & snyk * version bump * remove end-of-life node versions (4,5) from Travis
2018-06-29bump version; updated .snyk3.0.2Nick Merwin3-24/+33
2018-06-29Adds support for named job flags (#196)Jordan Oroshiba2-0/+16
* Adds support for named job flags * Add actual test function
2018-05-01updated dependenciesNick Merwin2-6357/+970
2018-05-01version bump; logger test fix3.0.1Nick Merwin3-11/+5122
2018-05-01Verbose use log level `debug`Matthew Kime1-1/+1
2018-05-01Add buildkite support (#177)Tristan Davey3-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-01Done callback waits for unlink in testRepoTokenDetection to prevent race ↵Tristan Davey1-2/+1
condition (#179)
2018-05-01Fix 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-01Add Semaphore support (#180)Manu Phatak3-0/+3230
Semaphore ENV variables: https://semaphoreci.com/docs/available-environment-variables.html
2018-05-01Update examples to include Jest (#183)Ethan Arrowood1-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-01Add license (#175)Honza Javorek1-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-28Add mention about AppVeyor to the README (#164)Honza Javorek1-1/+1
2017-09-28major version bump for node > 4.xNick Merwin1-1/+1
2017-09-27bump versionNick Merwin1-1/+1
2017-09-27Expand allowed dependency versions to all API compatible versions (#172)Matt Lavin2-15/+13
Fixes #171 Fixes #170 Fixes #153 Fixes #149 Fixes #133
2017-09-27Update Mocha link (#169)Morton Fox1-1/+1
2017-04-27better Jenkins detectionNick Merwin2-3/+3
2017-03-30version bumpNick Merwin1-1/+1
2017-03-30Parse commit from packed refs if not available in refs dir. (#163)Chas DeVeas3-1/+100
* Add .idea to .gitignore * Added alternative method for parsing current commit with test. * Fixing test. * Remove dependency on fs-extra.
2017-03-26Merge pull request #162 from evanjbowling/patch-1Nick Merwin1-3/+3
Update README.md
2017-03-25Update README.mdEvan Bowling1-3/+3
Minor formatting correction
2017-03-05merge, version bump2.12.0Nick Merwin3-3/+44
2017-02-05version bumpNick Merwin1-1/+1
2017-02-05Merge branch 'master' of github.com:nickmerwin/node-coverallsNick Merwin5-21/+28
2017-02-05removed codeship badgeNick Merwin1-4/+1
2017-02-05branching WIPbranchingNick Merwin3-3/+44
2017-02-05Merge pull request #152 from ndaidong/masterNick Merwin1-3/+3
Update outdated dependencies
2017-02-05Merge pull request #147 from hyperlink/update-request-depNick Merwin1-1/+1
Fix node-uuid deprecation by updating request dependency
2017-02-05Merge pull request #154 from a0viedo/patch-1Nick Merwin1-3/+3
don't hardcode minor version