-
-
Notifications
You must be signed in to change notification settings - Fork 653
Upgrade to JUnit 5 #2804
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
Upgrade to JUnit 5 #2804
Conversation
Notes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2804 +/- ##
============================================
- Coverage 92.74% 92.74% -0.01%
- Complexity 5247 5256 +9
============================================
Files 89 89
Lines 12538 12535 -3
Branches 1604 1595 -9
============================================
- Hits 11628 11625 -3
- Misses 721 724 +3
+ Partials 189 186 -3 ☔ View full report in Codecov by Sentry. |
|
@reneleonhardt I'd love to merge this one - do you have any clue why this happens? |
|
JUnit 4 and 5 are totally different, look at the XML report, the test names are different as is the structure (i.e. nested classes). |



Internal