Skip to content

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

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
Apr 4, 2025

Conversation

perdasilva
Copy link
Contributor

@perdasilva perdasilva commented Apr 4, 2025

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 owner April 4, 2025 12:31
Copy link

netlify bot commented Apr 4, 2025

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 144e8d9
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/67efdf86602ed100080de58d
😎 Deploy Preview https://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.

Makefile 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
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
Contributor Author

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.

Copy link

codecov bot commented Apr 4, 2025

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     
Flag Coverage Δ
e2e 50.49% <ø> (-0.08%) ⬇️
unit 57.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 <[email protected]>
@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 115a122 Apr 4, 2025
18 of 19 checks passed
Sign up for free to 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