summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml2
1 files changed, 2 insertions, 0 deletions
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/**"