Skip to content

Enhance ParseSemver function to support two-component versions and up…#51

Merged
naveensrinivasan merged 1 commit intomainfrom
naveen/fix-intellij-parsing-fix
Mar 30, 2026
Merged

Enhance ParseSemver function to support two-component versions and up…#51
naveensrinivasan merged 1 commit intomainfrom
naveen/fix-intellij-parsing-fix

Conversation

@naveensrinivasan
Copy link
Copy Markdown
Member

…date tests

  • Modified the ParseSemver function to accept "major.minor" format, treating it as "major.minor.0" for compatibility with JetBrains year-based versions.
  • Updated unit tests to reflect changes, adding cases for two-component versions and ensuring correct parsing of both standard and year-based formats.

…date tests

- Modified the ParseSemver function to accept "major.minor" format, treating it as "major.minor.0" for compatibility with JetBrains year-based versions.
- Updated unit tests to reflect changes, adding cases for two-component versions and ensuring correct parsing of both standard and year-based formats.
@naveensrinivasan naveensrinivasan merged commit 826dc3a into main Mar 30, 2026
3 checks passed
@naveensrinivasan naveensrinivasan deleted the naveen/fix-intellij-parsing-fix branch March 30, 2026 03:08
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.38%. Comparing base (4576fb0) to head (64ef819).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
+ Coverage   48.34%   48.38%   +0.03%     
==========================================
  Files          47       47              
  Lines        7293     7294       +1     
==========================================
+ Hits         3526     3529       +3     
+ Misses       3346     3345       -1     
+ Partials      421      420       -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.

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