Skip to content

Conversation

@jurgenvinju
Copy link
Member

@jurgenvinju jurgenvinju commented Jan 29, 2026

This fixes #2614 by implementing an extension of the maven resolver that can locate sibling projects

@DavyLandman DavyLandman changed the title Tests and fixes for #2614 Add support for sibling projects in the maven resolver Jan 30, 2026
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

❌ Patch coverage is 69.69697% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 46%. Comparing base (756f5be) to head (457fcc5).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
src/org/rascalmpl/util/maven/SiblingResolver.java 72% 4 Missing and 2 partials ⚠️
src/org/rascalmpl/library/util/PathConfig.java 0% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2615   +/-   ##
=======================================
- Coverage       46%     46%   -1%     
- Complexity    6646    6658   +12     
=======================================
  Files          793     794    +1     
  Lines        65697   65746   +49     
  Branches      9839    9852   +13     
=======================================
+ Hits         30616   30634   +18     
- Misses       32720   32752   +32     
+ Partials      2361    2360    -1     

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

@DavyLandman DavyLandman merged commit 3ee8b28 into main Jan 30, 2026
7 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.

Exec doesn't work correctly in case of multi-module projects

3 participants