Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
3.0.9
3.1.0
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
Coverage remained the same at 100.0% when pulling 700da352757e4adbaec785b292b8c4abb8df3e18 on renovate/coveralls-3.x into 86053f2f7ce262dc2412b2fb94c31fc90da6ba09 on master.
@renovate-bot
This PR contains the following updates:
3.0.9
->3.1.0
Release Notes
nickmerwin/node-coveralls
### [`v3.1.0`](https://togithub.com/nickmerwin/node-coveralls/releases/v3.1.0) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.14...v3.1.0) - Handle `service_job_number` for parallelism in Travis and CircleCI ([#290](https://togithub.com/nickmerwin/node-coveralls/issues/290)) [`705c3b5`](https://togithub.com/nickmerwin/node-coveralls/commit/705c3b5) - Update sinon to v7.5.0. ([#288](https://togithub.com/nickmerwin/node-coveralls/issues/288)) [`eb6dc35`](https://togithub.com/nickmerwin/node-coveralls/commit/eb6dc35) * * * This is a `minor` release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs: ```javascript options.service_number = process.env.CIRCLE_WORKFLOW_ID; options.service_job_number = process.env.CIRCLE_BUILD_NUM; ``` ### [`v3.0.14`](https://togithub.com/nickmerwin/node-coveralls/releases/v3.0.14) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.13...v3.0.14) - Update safe dependencies and fix npm vulnerabilities ([#284](https://togithub.com/nickmerwin/node-coveralls/issues/284)) [`59a57e2`](https://togithub.com/nickmerwin/node-coveralls/commit/59a57e2) - Move fixtures to test/fixtures. ([#286](https://togithub.com/nickmerwin/node-coveralls/issues/286)) [`a0c6941`](https://togithub.com/nickmerwin/node-coveralls/commit/a0c6941) [@XhmikosR](https://togithub.com/XhmikosR) - GH Action workflow update ([#287](https://togithub.com/nickmerwin/node-coveralls/issues/287)) [`1615297`](https://togithub.com/nickmerwin/node-coveralls/commit/1615297) - Minor lint tweaks ([#285](https://togithub.com/nickmerwin/node-coveralls/issues/285)) [`3647673`](https://togithub.com/nickmerwin/node-coveralls/commit/3647673) [@XhmikosR](https://togithub.com/XhmikosR) - remove redundant code ([#283](https://togithub.com/nickmerwin/node-coveralls/issues/283)) [`ff21930`](https://togithub.com/nickmerwin/node-coveralls/commit/ff21930) [@lpinca](https://togithub.com/lpinca) ### [`v3.0.13`](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.12...v3.0.13) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/v3.0.12...v3.0.13) ### [`v3.0.12`](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.11...v3.0.12) ### [`v3.0.11`](https://togithub.com/nickmerwin/node-coveralls/releases/3.0.11) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.10...3.0.11) ### Improved: - If COVERALLS_SERVICE_NUMBER is set, set service_number from it. ([@midgleyc](https://togithub.com/midgleyc)) ### [`v3.0.10`](https://togithub.com/nickmerwin/node-coveralls/releases/3.0.10) [Compare Source](https://togithub.com/nickmerwin/node-coveralls/compare/3.0.9...3.0.10) ### Added: - CodeFresh support ([@suda](https://togithub.com/suda)) ### Improved: - Travis Pro repo token handling ([@benpetty](https://togithub.com/benpetty) [@derekherman](https://togithub.com/derekherman)) - Readme Jest example re: posting on success only ([@AndreMiras](https://togithub.com/AndreMiras)) ### Updated: - minimist version ([@ashishkujoy](https://togithub.com/ashishkujoy)) - GitHub CI actions checkout v2 ([@XhmikosR](https://togithub.com/XhmikosR))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.