-
Notifications
You must be signed in to change notification settings - Fork 64
🐛 remove reference to non-existent target #1617
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
Conversation
Signed-off-by: Per Goncalves da Silva <[email protected]>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
:+1 I've seen that but thought it would be cleaned up shortly in the upcoming phase of monorepo. Anyway, |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1617 +/- ##
==========================================
- Coverage 66.68% 66.66% -0.03%
==========================================
Files 57 57
Lines 4584 4584
==========================================
- Hits 3057 3056 -1
- Misses 1302 1303 +1
Partials 225 225
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -147,7 +147,7 @@ verify-crd-compatibility: $(CRD_DIFF) manifests | |||
$(CRD_DIFF) --config="${CRD_DIFF_CONFIG}" "git://${CRD_DIFF_ORIGINAL_REF}?path=config/base/crd/bases/olm.operatorframework.io_clusterextensions.yaml" ${CRD_DIFF_UPDATED_SOURCE} | |||
|
|||
.PHONY: test | |||
test: manifests generate generate-catalogd fmt vet test-unit test-e2e #HELP Run all tests. | |||
test: manifests generate fmt vet test-unit test-e2e #HELP Run all tests. |
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.
Good catcher.
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.
/lgtm
4223731
Description
Noticed the test target references a no longer existent
generate-catalogd
target. Just cleaning that up.Reviewer Checklist