-
Notifications
You must be signed in to change notification settings - Fork 9
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
#1654: tests: split up LB parameterization to reduce time per test instance #1656
Conversation
There 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.
Do we still want/need to test all of the scatter strategies in GreedyLB?
Codecov Report
@@ Coverage Diff @@
## develop #1656 +/- ##
========================================
Coverage 83.49% 83.50%
========================================
Files 794 794
Lines 30775 30784 +9
========================================
+ Hits 25697 25706 +9
Misses 5078 5078
|
There 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.
Looks good to me!
166a451
to
5bf258c
Compare
Fixes #1654