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

feat(pypac): add tldextract cache directory in pyinstaller #564

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

jmkerloch
Copy link
Collaborator

@jmkerloch jmkerloch commented Oct 7, 2024

closes #563

Add new script builder\tldextract_update.py to create tldextract cache directory and use it in pyinstaller.

@jmkerloch jmkerloch self-assigned this Oct 7, 2024
@github-actions github-actions bot added bug Something isn't working documentation Improvements or additions to documentation ci-cd Continuous integration and deployment. packaging Making the toolbelt usable on different ways and platforms. labels Oct 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.86%. Comparing base (3c081dc) to head (246a958).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           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           
Flag Coverage Δ
unittests 70.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@jmkerloch jmkerloch requested a review from Guts October 7, 2024 08:18
@Guts
Copy link
Collaborator

Guts commented Oct 7, 2024

Why not calling the new script from the builder/*.py ones?

@jmkerloch
Copy link
Collaborator Author

Why not calling the new script from the builder/*.py ones?

Good question. I will update that.

@jmkerloch jmkerloch marked this pull request as ready for review October 7, 2024 10:19
Copy link
Collaborator

@Guts Guts left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

Copy link

sonarqubecloud bot commented Oct 8, 2024

@jmkerloch jmkerloch merged commit f22f37f into main Oct 8, 2024
25 checks passed
@jmkerloch jmkerloch deleted the fix/pypac-pyinstaller branch October 8, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci-cd Continuous integration and deployment. documentation Improvements or additions to documentation packaging Making the toolbelt usable on different ways and platforms.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: issue with pypac use with pyinstaller
3 participants