Improve repository quality and automation#16
Improve repository quality and automation#16mertsamig wants to merge 2 commits intorefactor-code-qualityfrom
Conversation
- Added GitHub Actions CI workflow for MATLAB tests. - Standardized coding style in beautify_figure.m and BeautifyFigureTest.m (snake_case, line length). - Fixed loop variable 'i' to 'k_idx' in beautify_figure.m. - Improved documentation in README.md regarding development standards. - Fixed evalc syntax in unit tests to ensure compatibility. Co-authored-by: mertsamig <50748633+mertsamig@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
…andards - Refactored beautify_figure.m to use nested functions instead of local functions. - Named all anonymous catch blocks using the me_... convention. - Fixed remaining long lines exceeding 100 characters. - Fixed redundant schema assignment in beautify_figure.m. - Corrected double-quoted evalc syntax in unit tests. - Updated README.md and added CI/CD workflow. Co-authored-by: mertsamig <50748633+mertsamig@users.noreply.github.com>
This submission systematically improves the overall quality of the repository by enforcing coding standards, enhancing documentation, and introducing automated CI/CD.
Key changes:
.github/workflows/matlab-tests.ymlto run automated tests on every push/PR.BeautifyFigureTest.mtosnake_caseto comply withAGENTS.md.beautify_figure.m,BeautifyFigureTest.m,test_beautify_figure.m, andverify_optimization.m.iwithk_idxinbeautify_figure.m'svalidate_parametersfunction.beautify_figure.m.README.mdwith a new 'Development' section covering coding standards and CI/CD.evalccalls in tests to use proper MATLAB syntax for command strings.These changes ensure the repository is more robust, consistent, and maintainable.
PR created automatically by Jules for task 17541256326559033116 started by @mertsamig