Closed AtticusZeller closed 1 month ago
Attention: Patch coverage is 80.00000%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 97.48%. Comparing base (
120d514
) to head (dda73ba
). Report is 465 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
commitizen/cz/customize/customize.py | 80.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
switch correct branch
Description
try to Enable cover
cz_conventional_commits
via [tool.commitizen.customize] #1270Checklist
./scripts/format
and./scripts/test
locally to ensure this change passes linter check and testExpected behavior
now
[tool.commitizen.customize]
will cover theConventionalCommitsCz
settingsSteps to Test This Pull Request
[tool.commitizen.customize]
into yourpyproject.toml
cz commit -a
,selectdocs
,cz ch --dry-run
,docs item will appear in yourCHANGELOG.md
here is my test-repo