Skip to content

Commit 88ea596

Browse files
ci(deps): update coverallsapp/github-action action to v1.2.5 (#367)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coverallsapp/github-action](https://redirect.github.com/coverallsapp/github-action) | action | minor | `1.1.3` -> `v1.2.5` | --- ### Release Notes <details> <summary>coverallsapp/github-action (coverallsapp/github-action)</summary> ### [`v1.2.5`](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.4...v1.2.5) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.4...v1.2.5) ### [`v1.2.4`](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.3...v1.2.4) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.3...v1.2.4) ### [`v1.2.3`](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.3) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.2...v1.2.3) ### [`v1.2.2`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v1.2.2) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.1...v1.2.2) Don't suppress filesystem errors when trying to open a coverage report file. ### [`v1.2.1`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v1.2.1): : Update dependencies [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v1.2.0...v1.2.1) ### [`v1.2.0`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v1.2.0): : Add carryforward flags [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/1.1.3...v1.2.0) - \[x] Add carryforward flags feature - \[x] Update dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/gagoar/codeowners-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d193ac commit 88ea596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
flags: unittests
3232
- name: Coveralls
3333
if: matrix.os == 'ubuntu-latest'
34-
uses: coverallsapp/github-action@1.1.3
34+
uses: coverallsapp/github-action@v1.2.5
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)