summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-03-26 07:29:21 +0900
committerSho Sakuma <me@m1sk9.dev>2026-03-26 08:12:33 +0900
commit50ecc1136d87767f9dc522e57d34a0ff6ead6b81 (patch)
treea8fc010eb56fc35917ecafbcf29cefa123189e90 /codecov.yml
parente0d1f7a9bc9122d02de829a28a51b9aec8611fa5 (diff)
parent217b8b38a757db04babd645e39f2c9e1846b40f0 (diff)
downloadLunaticChat-50ecc1136d87767f9dc522e57d34a0ff6ead6b81.tar.gz
LunaticChat-50ecc1136d87767f9dc522e57d34a0ff6ead6b81.tar.bz2
LunaticChat-50ecc1136d87767f9dc522e57d34a0ff6ead6b81.zip
Merge branch 'main' into ci/support-nightly-release
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
index 9bc314e..822b43f 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -16,3 +16,8 @@ ignore:
# 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/**"
+ # 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"
+ # 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/**"