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 broken OXO standalone binary #799

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

oussamaessaji
Copy link
Member

The OXO binary was broken since this release v1.0.25 because of pyaxmlparser library since it is trying to access public.xml file but it is missing
image
In this pull request, I'm adding --collect-all pyaxmlparser since the pyinstaller documentation states that it collects all submodules, data files, and binaries from the specified package or module.
image

Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.68%. Comparing base (06340fd) to head (e326569).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #799   +/-   ##
=======================================
  Coverage   62.68%   62.68%           
=======================================
  Files         340      340           
  Lines       14210    14210           
=======================================
  Hits         8907     8907           
  Misses       5303     5303           

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

@3asm 3asm merged commit feefdde into main Sep 9, 2024
12 checks passed
@3asm 3asm deleted the fix/Failing_generation_of_OXO_standalone_binary branch September 9, 2024 16:58
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.

5 participants