diff options
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/codecov.yml b/codecov.yml index 453e954..d1c94cc 100644 --- a/codecov.yml +++ b/codecov.yml @@ -18,9 +18,9 @@ ignore: - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/listener/**" # BuildInfo loads build-time resources at class init and is verified via integration tests. - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/BuildInfo.kt" - # 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" + # Command implementation classes are tightly coupled to the Paper/Brigadier runtime + # (CommandSourceStack, Commands, etc.) and are exercised via end-to-end server tests. + - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/**" # 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" |
