axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Predefined version incrementer integration test

Open bgalek opened this issue 4 months ago • 1 comments

This pull request introduces a new integration test suite for predefined version incrementers and refactors several existing integration tests to improve consistency and maintainability. It also updates the version incrementer logic to use new method names, and makes minor improvements to test setup.

bgalek avatar Oct 18 '25 11:10 bgalek

Codecov Report

:x: Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 58.34%. Comparing base (9a89f48) to head (29624dd).

Files with missing lines Patch % Lines
...release/domain/PredefinedVersionIncrementer.groovy 28.57% 5 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #987      +/-   ##
============================================
- Coverage     59.53%   58.34%   -1.20%     
+ Complexity      428      425       -3     
============================================
  Files            83       83              
  Lines          1762     1762              
  Branches        145      145              
============================================
- Hits           1049     1028      -21     
- Misses          663      685      +22     
+ Partials         50       49       -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Oct 18 '25 11:10 codecov[bot]