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

Solution: fix from_preset packaging error #89

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Solution: fix from_preset packaging error #89

merged 1 commit into from
Dec 23, 2023

Conversation

rkingsbury
Copy link
Member

Summary

Due to a packaging error, the from_preset method introduced in v0.10.0 was not functional. It would fail with FileNotFoundError. That is fixed here.

@rkingsbury rkingsbury added release:patch will issue a patch release fix Bug Fixes pkg Package and repository health labels Dec 23, 2023
Copy link

codecov bot commented Dec 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2405f14) 80.31% compared to head (1c4c06a) 80.34%.
Report is 37 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   80.31%   80.34%   +0.02%     
==========================================
  Files          10       10              
  Lines        1448     1450       +2     
  Branches      252      252              
==========================================
+ Hits         1163     1165       +2     
  Misses        250      250              
  Partials       35       35              

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

@rkingsbury rkingsbury merged commit d75378d into main Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug Fixes pkg Package and repository health release:patch will issue a patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant