Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes reporting the wrong version missing in a file #21

Conversation

coordt
Copy link
Member

@coordt coordt commented Jun 14, 2023

pre-commit-ci bot and others added 3 commits June 13, 2023 01:42
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.270...v0.0.272)
- Fixes issue #20
- Renders the correct `current_version` for each file being modified.
@coordt coordt self-assigned this Jun 14, 2023
@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Merging #21 (7d17073) into master (22edeac) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   91.99%   92.00%   +0.01%     
==========================================
  Files          12       12              
  Lines         787      788       +1     
  Branches      176      176              
==========================================
+ Hits          724      725       +1     
  Misses         38       38              
  Partials       25       25              
Flag Coverage Δ
python-3.10 92.00% <100.00%> (+0.01%) ⬆️
python-3.11 92.00% <100.00%> (+0.01%) ⬆️
python-3.8 92.00% <100.00%> (+0.01%) ⬆️
python-3.9 92.00% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
bumpversion/version_part.py 88.11% <ø> (ø)
bumpversion/__init__.py 100.00% <100.00%> (ø)
bumpversion/files.py 89.28% <100.00%> (+0.12%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@coordt coordt merged commit c896fb0 into master Jun 14, 2023
@coordt coordt deleted the 20-versionnotfounderror-does-not-always-display-the-correct-version-serialization branch June 14, 2023 15:02
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.

VersionNotFoundError does not always display the correct version serialization
1 participant