Conversation
PR Summary
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1552 +/- ##
============================================
+ Coverage 92.37% 92.44% +0.06%
- Complexity 3288 3293 +5
============================================
Files 327 328 +1
Lines 6478 6482 +4
Branches 630 630
============================================
+ Hits 5984 5992 +8
+ Misses 339 337 -2
+ Partials 155 153 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4a7570b to
8de0ff9
Compare
| @Override | ||
| protected Collection<TestSpec> providerListTest() { | ||
| return List.of( | ||
| TestSpec.of(futurama::character, "severance.characters") |
There was a problem hiding this comment.
Hmmmm that shouldn't have passed
There was a problem hiding this comment.
Oh it's because of the mixed declaration.
There was a problem hiding this comment.
Ooops, copy-paste error :)
| private final Severance futurama = getFaker().severance(); | ||
|
|
||
| @Override | ||
| protected Collection<TestSpec> providerListTest() { | ||
| return List.of( | ||
| TestSpec.of(futurama::character, "severance.characters") |
There was a problem hiding this comment.
| private final Severance futurama = getFaker().severance(); | |
| @Override | |
| protected Collection<TestSpec> providerListTest() { | |
| return List.of( | |
| TestSpec.of(futurama::character, "severance.characters") | |
| private final Severance severance = getFaker().severance(); | |
| @Override | |
| protected Collection<TestSpec> providerListTest() { | |
| return List.of( | |
| TestSpec.of(severance::character, "severance.characters") |
8de0ff9 to
9f86504
Compare
|
Thanks! |
No description provided.