summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
index dcf139a..9bc314e 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -13,3 +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/**"