-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(pypac): add tldextract cache directory in pyinstaller #564
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #564 +/- ##
=======================================
Coverage 70.86% 70.86%
=======================================
Files 47 47
Lines 3158 3158
Branches 680 680
=======================================
Hits 2238 2238
Misses 728 728
Partials 192 192
Flags with carried forward coverage won't be shown. Click here to find out more. |
Why not calling the new script from the builder/*.py ones? |
Good question. I will update that. |
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.
LGTM 🚀
|
closes #563
Add new script
builder\tldextract_update.py
to createtldextract
cache directory and use it in pyinstaller.