aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-11-25CI: use `npm ci` on Node.js >=8.XhmikosR1-2/+8
2019-11-25CI: Add Windows testing and lintXhmikosR1-2/+6
2019-11-25Fix Windows tests again.XhmikosR2-4/+4
2019-11-25use Coveralls GitHub actioncoveralls-actionNick Merwin1-4/+6
2019-11-20version bump3.0.8Nick Merwin1-1/+1
2019-11-20Merge branch 'XhmikosR-appveyor-tests'Nick Merwin1-0/+27
2019-11-20Merge branch 'appveyor-tests' of https://github.com/XhmikosR/node-coveralls ↵Nick Merwin1-0/+27
into XhmikosR-appveyor-tests
2019-11-20Merge branch 'ly-cultureiq-add_cobertura_support'Nick Merwin3-31/+109
2019-11-20Merge branch 'add_cobertura_support' of ↵Nick Merwin3-31/+109
https://github.com/ly-cultureiq/node-coveralls into ly-cultureiq-add_cobertura_support
2019-11-20fix typosNick Merwin2-2/+2
2019-11-20fix: pass flag_name to coveralls API (#251)Joscha Feth1-0/+4
2019-11-20Remove `path.existsSync` (#248)XhmikosR2-4/+2
This is a leftover from pretty ancient Node.js versions.
2019-11-20Merge branch 'master' of https://github.com/nickmerwin/node-coverallsNick Merwin18-865/+1060
2019-11-20Merge branch 'XhmikosR-rm-growl'Nick Merwin2-2/+2
2019-11-20npm installNick Merwin2-2/+2
2019-11-20ES6Nick Merwin18-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-20Fix tests on Windows. (#237)XhmikosR3-17/+18
2019-11-20Update test.ymlNick Merwin1-1/+1
2019-11-20Merge branch 'master' into pr/236Nick Merwin4-898/+2040
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-15Remove the unused growl dependency.XhmikosR2-2/+2
2019-11-14Switch to GitHub Actions CI.XhmikosR3-10/+38
Currently only runs on Ubuntu
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-31add ability to parse cobertura filesLevi Yurkowicz3-4/+85
2019-10-26Add AppVeyor test.XhmikosR1-0/+27
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