Skip to content

fix(ort-project-file): Properly set the projet's vcs / vcsProcessed#11590

Open
fviernau wants to merge 1 commit intomainfrom
ort-project-file-fix-project-vcs
Open

fix(ort-project-file): Properly set the projet's vcs / vcsProcessed#11590
fviernau wants to merge 1 commit intomainfrom
ort-project-file-fix-project-vcs

Conversation

@fviernau
Copy link
Member

Make the implementation consistent with other package managers in the code base. Note that the model does not have a property for the VCS info of the project, so Project.vcs should remain empty.

@fviernau fviernau requested a review from a team as a code owner March 20, 2026 14:27
@fviernau fviernau force-pushed the ort-project-file-fix-project-vcs branch from 4fffae6 to 4e55ee3 Compare March 20, 2026 14:27
@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.40%. Comparing base (2963b5f) to head (0a7c680).

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #11590   +/-   ##
=========================================
  Coverage     58.40%   58.40%           
  Complexity     1758     1758           
=========================================
  Files           355      355           
  Lines         13219    13219           
  Branches       1314     1314           
=========================================
  Hits           7721     7721           
  Misses         5008     5008           
  Partials        490      490           
Flag Coverage Δ
funTest-no-external-tools 30.54% <ø> (ø)
test-ubuntu-24.04 42.44% <ø> (ø)
test-windows-2025 42.42% <ø> (ø)

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

),
vcs = processProjectVcs(definitionFile.parentFile),
vcs = VcsInfo.EMPTY,
vcsProcessed = processProjectVcs(definitionFile.parentFile),
Copy link
Member

Choose a reason for hiding this comment

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

Should this use the homepage URL as fallback like in other package managers?

Make the implementation consistent with other package managers in the
code base. Note that the model does not have a property for the VCS info
of the project, so `Project.vcs` should remain empty.

Signed-off-by: Frank Viernau <[email protected]>
@fviernau fviernau force-pushed the ort-project-file-fix-project-vcs branch from 4e55ee3 to 0a7c680 Compare March 23, 2026 10:52
@fviernau fviernau requested a review from mnonnenmacher March 23, 2026 10:52
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