Skip to content

🐛 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

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

perdasilva
Copy link
Contributor

Description

Noticed the test target references a no longer existent generate-catalogd target. Just cleaning that up.

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Signed-off-by: Per Goncalves da Silva <[email protected]>
@perdasilva perdasilva requested a review from a team as a code owner January 15, 2025 08:46
Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 66a8c9b
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/678775f01aed8a0008110629
😎 Deploy Preview https://deploy-preview-1617--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@azych
Copy link
Contributor

azych commented Jan 15, 2025

:+1

I've seen that but thought it would be cleaned up shortly in the upcoming phase of monorepo.
Also, nit: should probably be 🐛 in the PR title.

Anyway,
/lgtm

@perdasilva perdasilva changed the title 🌱 remove reference to non-existent target 🐛 : remove reference to non-existent target Jan 15, 2025
@perdasilva perdasilva changed the title 🐛 : remove reference to non-existent target 🐛 remove reference to non-existent target Jan 15, 2025
@perdasilva perdasilva enabled auto-merge January 15, 2025 08:57
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.66%. Comparing base (da28803) to head (66a8c9b).
Report is 4 commits behind head on main.

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              
Flag Coverage Δ
e2e 52.63% <ø> (ø)
unit 53.59% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catcher.

Copy link
Contributor

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@perdasilva perdasilva added this pull request to the merge queue Jan 15, 2025
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 15, 2025
Merged via the queue into operator-framework:main with commit 4223731 Jan 15, 2025
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants