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

Publish to PyPI. #37

Merged
merged 8 commits into from
Aug 20, 2024
Merged

Publish to PyPI. #37

merged 8 commits into from
Aug 20, 2024

Conversation

plietar
Copy link
Member

@plietar plietar commented Apr 3, 2024

No description provided.

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1ebc054) to head (e7bd3f3).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines         3297      3297           
  Branches       525       525           
=========================================
  Hits          3297      3297           

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

# This is always called by rmtree from within a try-catch
# block, but the linter doesn't see that and complains about
# the argument-less `raise` statement.
raise # noqa: PLE0704
Copy link
Member Author

@plietar plietar Aug 20, 2024

Choose a reason for hiding this comment

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

I'd removed this line in #57 to appease the linter, but turns out the line is actually useful and removing it breaks the tests on Windows.

@plietar plietar merged commit 0facc71 into main Aug 20, 2024
9 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