Use allowZeroInvocations junit feature instead of a WA#1520
Use allowZeroInvocations junit feature instead of a WA#1520kingthorin merged 2 commits intodatafaker-net:mainfrom
allowZeroInvocations junit feature instead of a WA#1520Conversation
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 #1520 +/- ##
============================================
+ Coverage 92.42% 92.52% +0.10%
- Complexity 3271 3275 +4
============================================
Files 325 325
Lines 6439 6439
Branches 625 625
============================================
+ Hits 5951 5958 +7
+ Misses 335 332 -3
+ Partials 153 149 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
At some point of time there was introduced a work around for the case when parameterized test input is empty.
Since junit 5.12.x there is a special annotation flag for that, so just replacing old workaround with this flag usage.
Edit: Original intro was here: #677