Skip to content

Conversation

@sonnes
Copy link
Collaborator

@sonnes sonnes commented May 12, 2025

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.55%. Comparing base (9b9b0d9) to head (6c9a631).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
- Coverage   99.09%   98.55%   -0.54%     
==========================================
  Files          29       49      +20     
  Lines         661     1318     +657     
==========================================
+ Hits          655     1299     +644     
- Misses          6       19      +13     

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


## Limitations

- All modules have the same version.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should solve this limitation for sure, I have observed this to be a problem often. Specially with auto-dependency bump tools like renovate.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ideally yes. I’m still unsure about how to go about solving this

## Limitations

- All modules have the same version.
- Git tags are treated as the source of truth for the version.
Copy link
Contributor

@ajatprabha ajatprabha May 12, 2025

Choose a reason for hiding this comment

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

How's this a limitation?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have seen some tools using some kind of a file to declare all modules and respective versions. The tool then uses this file to create tags etc. The downside of this approach is that it requires manually updating this file for every release.

My goal with this tool is to make it fully automated using only git data as source of truth

Ravi Atluri added 2 commits June 5, 2025 15:20
…endencies. Added 'list' command to display all modules and their dependencies.
…ion updates and inter-module dependency adjustments.
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.

4 participants