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

Add automatic versioning to the library #106

Merged
merged 4 commits into from
Jan 24, 2024

Conversation

tomicapretto
Copy link
Collaborator

With this PR I add setuptools_scm. It helps to handle automatic versioning. It takes the version from git tags, and then it adds some stuff to make it unique. This way, we get unique version numbers for different commits and people can install from git with more ease.

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

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

Comparison is base (9f81578) 92.65% compared to head (5c0eec9) 92.62%.
Report is 2 commits behind head on master.

Files Patch % Lines
formulae/utils.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
- Coverage   92.65%   92.62%   -0.04%     
==========================================
  Files          21       20       -1     
  Lines        2219     2223       +4     
==========================================
+ Hits         2056     2059       +3     
- Misses        163      164       +1     

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

@tomicapretto tomicapretto merged commit 23e5603 into bambinos:master Jan 24, 2024
5 of 6 checks passed
@tomicapretto tomicapretto deleted the auto_version branch January 24, 2024 21:34
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.

1 participant