[xwiki/xwiki-platform] 8a18f8: [Misc] Fix lowered jacoco coverage by adding one m...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 8a18f8b59c0abe94193c3982187de1c42321524c https://github.com/xwiki/xwiki-platform/commit/8a18f8b59c0abe94193c3982187de... Author: Vincent Massol <[email protected]> Date: 2026-08-04 (Tue, 04 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-api/pom.xml M xwiki-platform-core/xwiki-platform-uiextension/xwiki-platform-uiextension-api/src/test/java/org/xwiki/uiextension/script/UIExtensionScriptServiceTest.java Log Message: ----------- [Misc] Fix lowered jacoco coverage by adding one more unit test The likely trigger is commit b3c2a609e4d ([Misc] Apply the logging best practices…). In UIExtensionScriptService:130-132 it changed a 2-arg logger.warn(...) into a 3-arg call with ExceptionUtils.getRootCauseMessage(e). That call sits in a never-covered catch block, and the varargs form compiles to an Object[] construction — roughly 20 uncovered instructions where there were ~6. The module was sitting at ~0.893, barely above the 0.89 floor, so those extra uncovered instructions pushed it under. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications