extract duplicate methods "toJavaNames" to a single place#1336
extract duplicate methods "toJavaNames" to a single place#1336kingthorin merged 4 commits intomainfrom
Conversation
PR Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1336 +/- ##
============================================
+ Coverage 92.04% 92.22% +0.18%
+ Complexity 3155 3144 -11
============================================
Files 316 318 +2
Lines 6232 6189 -43
Branches 634 612 -22
============================================
- Hits 5736 5708 -28
Misses 337 337
+ Partials 159 144 -15 ☔ View full report in Codecov by Sentry. |
kingthorin
left a comment
There was a problem hiding this comment.
Could you change the method names in the tests to proper Java camelCase instead of using underscores?
Done. P.S. In fact, camelCaseIsNotReallyGoodForDescribingTestCases. |
kingthorin
left a comment
There was a problem hiding this comment.
Assuming the tests pass or failure is unrelated I'm good with this.
Thanks for the contribution!
|
Failure seems unrelated: |
Yes, it's unrelated. It's the same flaky test that I described in #1310 |
No description provided.