-
Notifications
You must be signed in to change notification settings - Fork 28
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
how to solve? #31
Comments
davidteren
added a commit
that referenced
this issue
Oct 30, 2024
* Add comprehensive test suite with RSpec and SimpleCov * Add CI workflow and improve test coverage - Implement GitHub Actions workflow for Ruby CI - Add SimpleCov for test coverage reporting - Require 90% minimum test coverage - Add comprehensive RSpec tests for FileHelpers and LpxLinks - Configure test artifacts upload * Update spec/spec_helper.rb Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com> * Add CI workflow and improve test coverage - Implement GitHub Actions workflow for Ruby CI - Add SimpleCov for test coverage reporting - Require 90% minimum test coverage - Add comprehensive RSpec tests for FileHelpers and LpxLinks - Configure test artifacts upload * Improve error handling in run method --------- Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Hi @mister201433, I have made some changes to the code. Please try again and let me know if you still encounter this issue.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cd ~/Downloads; mkdir -p lpx_links/app ; cd lpx_links/app ; curl -#L https://goo.gl/nUrpPi | tar -xzv --strip-components 1 ; ./lpx_links.rb -n Mainstage
x .gitignore -=O#- # # #
x README.md
'x images/
x images/aria2_example.png
x install.sh
x lib/
x lib/file_helpers.rb
x lpx_links.rb
/Users/juanelcaballo/Downloads/lpx_links/app/lib/file_helpers.rb:24:in
app_path': Mainstage not found (RuntimeError) from /Users/juanelcaballo/Downloads/lpx_links/app/lib/file_helpers.rb:6:in
plist_file_path'from ./lpx_links.rb:50:in
convert_plist_to_json' from ./lpx_links.rb:33:in
run'from ./lpx_links.rb:97:in `
The text was updated successfully, but these errors were encountered: