Skip to content

Conversation

@dmartinol
Copy link
Collaborator

Git configuration was losing the path definition when passed to the registry server.

@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Nov 28, 2025
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.45%. Comparing base (ded581d) to head (9d7853a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2794   +/-   ##
=======================================
  Coverage   56.45%   56.45%           
=======================================
  Files         319      319           
  Lines       30882    30885    +3     
=======================================
+ Hits        17433    17436    +3     
  Misses      11950    11950           
  Partials     1499     1499           

☔ 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.

Copy link
Contributor

@jhrozek jhrozek left a comment

Choose a reason for hiding this comment

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

ack with a question

return nil, fmt.Errorf("git repository is required")
}

if git.Path == "" {
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't it be easier to validate at the CRD level?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants