Closed jedie closed 10 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
197a71e
) 76.01% compared to head (be14399
) 76.02%.
Files | Patch % | Lines |
---|---|---|
cli_base/cli_tools/git_history.py | 87.50% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Don't use
metadata.version(project_name)
because this is the installed version, but we need the current version number from__version__
.Because the git pre commit hook will switch the version in README back to
**dev**
, but this should only be used after a release.