Closed bentito closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 38.23%. Comparing base (
4d6327f
) to head (2f186ef
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @bentito
If you see the logs https://github.com/operator-framework/catalogd/actions/runs/11819448861/job/32929383546 (ci job of this PR)you will see that this check is wrong and is always failing:
I do not see the need for this check. Instead, I would prefer the targets of this project to be as similar as possible to those of https://github.com/operator-framework/operator-controller so that life for us contributors is easier.
c/c @grokspawn
We have several non-standlone Make targets
The above targets rely on Kind to be running.
Unfortunately, currently, errors returned from the Go code are pretty cryptic. Better would be an explicit catch and error when a Kind cluster is not found when these targets are run.
Currently we have:
wha?
but it would be better to have: