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 version editable install and add releasing guide #75

Merged
merged 4 commits into from
May 6, 2024

Conversation

ericpre
Copy link
Member

@ericpre ericpre commented May 4, 2024

No description provided.

Copy link

codecov bot commented May 4, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 47.34%. Comparing base (3ac7087) to head (eb419a6).

Files Patch % Lines
hyperspy_gui_traitsui/__init__.py 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
+ Coverage   46.97%   47.34%   +0.36%     
==========================================
  Files          10       10              
  Lines         447      452       +5     
  Branches       71       72       +1     
==========================================
+ Hits          210      214       +4     
  Misses        230      230              
- Partials        7        8       +1     

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

Comment on lines +7 to +10
def run_towncrier(tag):
cmd = ("towncrier", "build", "--version", tag.strip("v"))

return subprocess.call(cmd)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dos not seem to be using towncrier so far

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opted for leaving the script as it is but commented out the call to this function in the __main__ block.

@ericpre ericpre merged commit 7b70620 into hyperspy:main May 6, 2024
16 checks passed
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.

2 participants