✨ infra: add search package and update import method - #20
Closed
soo-bak wants to merge 13 commits into
Closed
Conversation
- Fix Python code indentation in unity-editmode.yml coverage extraction - Preserve Commit Signing badge in README.md for security verification - Maintain consistent formatting and functionality across both files
- Replace here-document with python3 -c for better shell compatibility - Fix 'unexpected EOF' and 'delimiter not found' errors in GitHub Actions - Maintain same functionality with more reliable syntax
- Replace coverage-based badge with test success rate calculation - Use passed/total test ratio for more reliable metrics - Update README badge label from 'Coverage' to 'Tests' - Maintain same gist file and color thresholds (95%+ green, 80%+ yellow, <80% red)
- Remove unnecessary Unity project files (Assets/, ProjectSettings/, etc.) - Remove Unity auto-generated files (*.csproj, *.sln) - Remove Unity temporary folders (Library/, Logs/, Temp/, obj/, UserSettings/) - Update .gitignore with Unity Package development specific rules - Keep only essential Unity Package files in Packages/ directory
- Replace hashFiles() check with steps.summarize.outcome check - Add Test-Path check before reading summary.env file - Add null value check in success rate calculation - Prevent workflow failure when test results are not generated
- Create empty summary.env when test results are not available - Add fallback values for failed test result parsing - Remove dependency on steps.summarize.outcome for Load summary step - Add fallback values in Load summary step for extra safety - Ensure workflow continues even when tests fail or don't run
…m/soo-bak/soobak-algo-core into chore/infra/cleanup-unity-package
…to use Git path parameters
Unity EditMode SuiteStatus: NoResults
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.