Skip to content

Commit

Permalink
chore: Update kskitek/coverdiff action to v0.6.0 (#26)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [kskitek/coverdiff](https://redirect.github.com/kskitek/coverdiff) |
action | minor | `v0.5.0` -> `v0.6.0` |

---

### Release Notes

<details>
<summary>kskitek/coverdiff (kskitek/coverdiff)</summary>

###
[`v0.6.0`](https://redirect.github.com/kskitek/coverdiff/releases/tag/v0.6.0)

[Compare
Source](https://redirect.github.com/kskitek/coverdiff/compare/v0.5.0...v0.6.0)

#### What's Changed

- Fix: Cover more cases by
[@&#8203;kskitek](https://redirect.github.com/kskitek) in
[https://github.com/kskitek/coverdiff/pull/12](https://redirect.github.com/kskitek/coverdiff/pull/12)
- chore: Update Checkout action by
[@&#8203;kskitek](https://redirect.github.com/kskitek) in
[https://github.com/kskitek/coverdiff/pull/15](https://redirect.github.com/kskitek/coverdiff/pull/15)

**Full Changelog**:
kskitek/coverdiff@v0.5.0...v0.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/nobl9/govy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ2l0aHViLWFjdGlvbnMiLCJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 74b9792 commit adb8e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-pr-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test coverage diff
uses: kskitek/coverdiff@v0.5.0
uses: kskitek/coverdiff@v0.6.0
env:
GITHUB_TOKEN: ${{ secrets.GO_COVERAGE_TOKEN }}

0 comments on commit adb8e8f

Please sign in to comment.