diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-18 14:06:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 14:06:07 +0900 |
| commit | 74124f8b6317e2f361ed3389b2bc4e3bab2ba270 (patch) | |
| tree | 98abdffa811500ee08cc2f97c027561d560eb078 /codecov.yml | |
| parent | d36966f01d1f4418de9e939631ba50a1c4d9545f (diff) | |
| parent | 0daefc528a9bbfc68bbe81bd35ed1baf34622ba6 (diff) | |
| download | LunaticChat-0.11.0.tar.gz LunaticChat-0.11.0.tar.bz2 LunaticChat-0.11.0.zip | |
Merge pull request #146 from m1sk9/fix/channel-joined-notificationv0.11.0
fix: Restore the Channel Manager at player login
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 3 |
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/**" |
