Fixes #490 Rename testShards to maxTestShards#514
Conversation
Codecov Report
@@ Coverage Diff @@
## master #514 +/- ##
=========================================
Coverage 79.98% 79.98%
Complexity 623 623
=========================================
Files 73 73
Lines 1944 1944
Branches 250 250
=========================================
Hits 1555 1555
Misses 247 247
Partials 142 142 |
|
This PR is breaking change, should I make it retro compatibility or just bump a major version? |
|
Thanks for the pull request! I'll take a look at this today. |
|
The code looks great. To make it easy for people to upgrade, I'd like to dynamically rewrite the What do you think of that approach? I can add the code for this if the scope is too large. The idea would be to read in the input YAML ( |
|
I talked with the team and once #515 is figured out then I'll merge this pull request. It's an open question how to best preserve backwards compatibility. |
This PR rename testShards parameter to maxTestShards
Fix #490