-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Add LotteryScheduling
new algorithm with Junit tests
#5656
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5656 +/- ##
============================================
+ Coverage 64.21% 64.25% +0.03%
- Complexity 4216 4221 +5
============================================
Files 588 589 +1
Lines 16426 16473 +47
Branches 3170 3174 +4
============================================
+ Hits 10548 10584 +36
- Misses 5448 5457 +9
- Partials 430 432 +2 ☔ View full report in Codecov by Sentry. |
Please fix infer PR check |
I think the infer check is failing because I added a new dependency (mockito) in the pom.xml file. Mockito is needed for mocking the random number generator in the test cases. |
It says |
I have fixed the bug. |
clang-format -i --style=file path/to/your/file.java