-
Notifications
You must be signed in to change notification settings - Fork 1
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
Render version file from template #13
Render version file from template #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only small topics
…or, write Codecov report to file
Codecov Report
@@ Coverage Diff @@
## main #13 +/- ##
=========================================
+ Coverage 0 86.90% +86.90%
=========================================
Files 0 3 +3
Lines 0 84 +84
Branches 0 10 +10
=========================================
+ Hits 0 73 +73
- Misses 0 6 +6
- Partials 0 5 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Added
semver_data
to access extracted VersionInfo from parsed semver line inExtractVersion class
RenderVersionFile class
to render template files with provided content, resolve #5--template_file
argument to specify a custom template file for rendering--additional_template_data
to add custom data for the template renderingc
is now a valid and supported file type of--version_file_type
Jinja2
is a required package for this packageChanged
parser_valid_file
function returns a resolved path--version_file_type
is no longer case sensitive--version_file
does no longer have to existRemoved
update_version.py
scriptFixed