Skip to content

🌱 Tidy up Makefile and remove convert-diff GHA - #1900

Merged
joelanford merged 1 commit into
operator-framework:mainfrom
perdasilva:refactor-make
Apr 4, 2025
Merged

🌱 Tidy up Makefile and remove convert-diff GHA#1900
joelanford merged 1 commit into
operator-framework:mainfrom
perdasilva:refactor-make

Conversation

@perdasilva

@perdasilvaperdasilva commented Apr 4, 2025

Copy link
Copy Markdown
Contributor

Description

Tidies up the Makefile by combining the bundle manifest generation recipe with verify.

We also remove the convert-diff GHA in favor or running the test in the verify GHA

Reviewer Checklist

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

@perdasilva
perdasilva requested a review from a team as a code ownerApril 4, 2025 12:31
@netlify

netlifyBot commented Apr 4, 2025

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commit144e8d9
🔍 Latest deploy loghttps://app.netlify.com/sites/olmv1/deploys/67efdf86602ed100080de58d
😎 Deploy Previewhttps://deploy-preview-1900--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.

Comment threadMakefile Outdated
Comment on lines +401 to +411
build-docs:
. $(VENV)/activate; \
mkdocs build

.PHONY: serve-docs
serve-docs: venv
serve-docs:
. $(VENV)/activate; \
mkdocs serve

.PHONY: deploy-docs
deploy-docs: venv
deploy-docs:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What's the story here? Makefile.venv has some doc text that makes this sounds important.

https://github.com/perdasilva/operator-controller/blob/3747b8637c3c24671917c1e14b6c4ca406df35bc/Makefile.venv#L15-L17

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

my bad - ide was complaining so I thought they were left over from a few months back when there was some makefile refactoring. I've put them back in.

@codecov

codecovBot commented Apr 4, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.21%. Comparing base (3bc7496) to head (144e8d9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #1900 +/- ##
==========================================
- Coverage 69.27% 69.21% -0.06% 
==========================================
Files 67 67 Lines 5302 5302 ==========================================
- Hits 3673 3670 -3 - Misses 1397 1399 +2 - Partials 232 233 +1 
FlagCoverage Δ
e2e50.49% <ø> (-0.08%)⬇️
unit57.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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
@joelanford
joelanford enabled auto-merge April 4, 2025 13:35
@joelanford
joelanford added this pull request to the merge queue Apr 4, 2025
Merged via the queue into operator-framework:main with commit 115a122Apr 4, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@perdasilva@joelanford