🐛 Add sort to linkChannels output before diff check#1767
Conversation
|
Skipping CI for Draft Pull Request. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1767 +/- ##
==========================================
+ Coverage 55.17% 55.25% +0.08%
==========================================
Files 136 136
Lines 15917 15973 +56
==========================================
+ Hits 8782 8826 +44
- Misses 5982 5992 +10
- Partials 1153 1155 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
dba075a to
158d49a
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelanford The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9edff5c
into
operator-framework:master
Description of the change:
Recent changes made the semver template's implementation of linkChannels to return non-deterministic outputs due to random ordering of the output slice.
This PR updates the linkChannels method to return a list of channels ordered by name.
Motivation for the change:
Reviewer Checklist
/docs