From 0daefc528a9bbfc68bbe81bd35ed1baf34622ba6 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Wed, 18 Mar 2026 14:03:28 +0900 Subject: Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index af5cb56..9bc314e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,4 +13,6 @@ comment: require_changes: false ignore: - "dokka/**" + # Listener classes are tightly coupled to the Paper/Minecraft runtime and exercised via + # end-to-end/server tests, so we exclude them from unit-test coverage metrics. - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/listener/**" -- cgit v1.2.1