Closed coordt closed 3 months ago
Version hint: minor Current version: 0.24.3 New version (when merged): 0.25.0
Comment ID: Display the version hint-auto-generated
PR Preview Action v1.4.7
:---:
:rocket: Deployed preview to https://callowayproject.github.io/bump-my-version/pr-preview/pr-219/
on branch gh-pages
at 2024-08-06 17:52 UTC
Attention: Patch coverage is 89.53488%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 93.75%. Comparing base (
e0ba544
) to head (890b692
). Report is 1 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
bumpversion/scm.py | 90.76% | 4 Missing and 2 partials :warning: |
bumpversion/config/files.py | 0.00% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Introduced the
repository_root
field to store the root path of the repository in the data classes. Refactored subprocess handling to use a newrun_command
utility for improved readability and error handling consistency. Removed unnecessary dependency from.pre-commit-config.yaml
to streamline dependencies.