diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-04 21:53:56 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-04-04 21:53:56 +0900 |
| commit | a20c385528fc1d7515ded0c0978cda05e66c3c98 (patch) | |
| tree | daa4fc378b6fddd25708511da2b53d254960bb08 /codecov.yml | |
| parent | 178f5e3d538d1b54aa5f0c6637d8b0b7981ed802 (diff) | |
| download | LunaticChat-a20c385528fc1d7515ded0c0978cda05e66c3c98.tar.gz LunaticChat-a20c385528fc1d7515ded0c0978cda05e66c3c98.tar.bz2 LunaticChat-a20c385528fc1d7515ded0c0978cda05e66c3c98.zip | |
test: Add protocol version test-case
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 e23de4b..453e954 100644 --- a/codecov.yml +++ b/codecov.yml @@ -21,6 +21,9 @@ ignore: # VelocityStatusCommand is tightly coupled to VelocityConnectionManager and has no unit-test # infrastructure; it is exercised via end-to-end multi-server tests. - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lcv/VelocityStatusCommand.kt" + # VelocityConnectionManager is tightly coupled to the Paper/Bukkit runtime (Plugin, Player, + # PluginMessageListener) and is exercised via end-to-end multi-server tests. + - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/velocity/VelocityConnectionManager.kt" # The Velocity platform has no unit-test infrastructure; it is exercised via end-to-end # multi-server tests (docker compose). - "platform-velocity/src/main/kotlin/**" |
