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

fix: properly bump versions between prereleases #799

Merged
merged 5 commits into from
Feb 1, 2024

docs: document the `--prerelease` option

7b4596a
Select commit
Loading
Failed to load commit list.
Merged

fix: properly bump versions between prereleases #799

docs: document the `--prerelease` option
7b4596a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2023 in 0s

96.59% (target 97.00%)

View this Pull Request on Codecov

96.59% (target 97.00%)

Details

Codecov Report

Attention: 31 lines in your changes are missing coverage. Please review.

Comparison is base (120d514) 97.33% compared to head (7b4596a) 96.59%.
Report is 119 commits behind head on master.

Files Patch % Lines
commitizen/commands/bump.py 34.48% 19 Missing ⚠️
commitizen/cli.py 82.14% 5 Missing ⚠️
commitizen/providers/scm_provider.py 91.17% 3 Missing ⚠️
commitizen/git.py 80.00% 2 Missing ⚠️
commitizen/changelog_formats/__init__.py 97.77% 1 Missing ⚠️
commitizen/version_schemes.py 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #799      +/-   ##
==========================================
- Coverage   97.33%   96.59%   -0.75%     
==========================================
  Files          42       55      +13     
  Lines        2104     2379     +275     
==========================================
+ Hits         2048     2298     +250     
- Misses         56       81      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.