- Notifications
You must be signed in to change notification settings - Fork20.1k
refactor: RefactorSJFScheduling
and Tests#6372
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
refactor: RefactorSJFScheduling
and Tests#6372
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedJul 12, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #6372 +/- ##============================================- Coverage 74.64% 74.62% -0.02%+ Complexity 5448 5443 -5============================================ Files 682 682 Lines 19012 18999 -13 Branches 3672 3668 -4 ============================================- Hits 14191 14178 -13 Misses 4262 4262 Partials 559 559 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
SJFScheduling
and TestsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
very good
910d5b8
intoTheAlgorithms:masterUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Refactored manual test initializations with @ParameterizedTest using @MethodSource
Removed repetitive initialisationX() methods
Centralized test data for better readability and scalability
Added getProcesses() method in SJFScheduling for test inspection
Preserved existing test assertions with cleaner structure
clang-format -i --style=file path/to/your/file.java