-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow pinning of coverage reporter version #208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding "Powershell expert" to your skills list.
Co-authored-by: Mike Burns <mburns@thoughtbot.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thank you. 🙏
One request, not related to this PR:
We need to offer a parallel configuration option in our CircleCI Orb.
Will you please create a new ticket like this one for the Orb?
Ticket should live in Coveralls project, even though PR will live in the Orb repo. 🙏
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coverallsapp/github-action](https://togithub.com/coverallsapp/github-action) | action | minor | `v2.2.3` -> `v2.3.0` | --- ### Release Notes <details> <summary>coverallsapp/github-action (coverallsapp/github-action)</summary> ### [`v2.3.0`](https://togithub.com/coverallsapp/github-action/releases/tag/v2.3.0) [Compare Source](https://togithub.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0) ##### What's Changed - Set default values as strings per GH Action requirements by [@​littleforest](https://togithub.com/littleforest) in [https://github.com/coverallsapp/github-action/pull/204](https://togithub.com/coverallsapp/github-action/pull/204) - Allow pinning of coverage reporter version by [@​littleforest](https://togithub.com/littleforest) in [https://github.com/coverallsapp/github-action/pull/208](https://togithub.com/coverallsapp/github-action/pull/208) ##### New Contributors - [@​littleforest](https://togithub.com/littleforest) made their first contribution in [https://github.com/coverallsapp/github-action/pull/204](https://togithub.com/coverallsapp/github-action/pull/204) **Full Changelog**: coverallsapp/github-action@v2.2.3...v2.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SebastianGoeb/kindle-to-anki). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coverallsapp/github-action](https://togithub.com/coverallsapp/github-action) | action | minor | `v2.2.3` -> `v2.3.0` | --- ### Release Notes <details> <summary>coverallsapp/github-action (coverallsapp/github-action)</summary> ### [`v2.3.0`](https://togithub.com/coverallsapp/github-action/releases/tag/v2.3.0) [Compare Source](https://togithub.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0) ##### What's Changed - Set default values as strings per GH Action requirements by [@​littleforest](https://togithub.com/littleforest) in [https://github.com/coverallsapp/github-action/pull/204](https://togithub.com/coverallsapp/github-action/pull/204) - Allow pinning of coverage reporter version by [@​littleforest](https://togithub.com/littleforest) in [https://github.com/coverallsapp/github-action/pull/208](https://togithub.com/coverallsapp/github-action/pull/208) ##### New Contributors - [@​littleforest](https://togithub.com/littleforest) made their first contribution in [https://github.com/coverallsapp/github-action/pull/204](https://togithub.com/coverallsapp/github-action/pull/204) **Full Changelog**: coverallsapp/github-action@v2.2.3...v2.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This add a
coverage-reporter-version
parameter that allows users to specify a version of coverage-reporter to use. It will default to the latest version if not specified. This currently only works for Linux and Windows until versioning can be added to the Coveralls Homebrew tap.