summaryrefslogtreecommitdiff
path: root/codecov.yml
AgeCommit message (Collapse)Author
2026-06-17test: cover cross-server direct messaging; exclude bootstrap from coverageSho Sakuma
Add unit tests for CrossServerDirectMessageManager (send/receive/error/dedup), DirectMessageHandler cross-server display and ReplyTarget resolution, and ServiceContainer wiring to raise patch coverage. Extend codecov ignore list to the plugin bootstrap classes (LunaticChat, ServiceInitializer), consistent with the existing exclusions for runtime-coupled classes (VelocityConnectionManager, command/impl) that are covered by end-to-end server tests. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07ci: fix codecov/patch failure by excluding command impl and adding ↵Sho Sakuma
applyMethodPermission tests Exclude command implementation classes (platform-paper/command/impl/**) from codecov coverage metrics since they are tightly coupled to the Paper/Brigadier runtime and exercised via end-to-end server tests. This consolidates the previous per-file exclusion for VelocityStatusCommand. Also add unit tests for the new applyMethodPermission method in LunaticCommand to ensure the command/core package maintains coverage. Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04test: Add protocol version test-caseSho Sakuma
2026-03-26test: Fix StatusCommandTest `verify` valueSho Sakuma
2026-03-26Merge branch 'main' into ci/support-nightly-releaseSho Sakuma
2026-03-18Potential fix for pull request findingSho Sakuma
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-18test: Add test-case, ignore listenerSho Sakuma
2026-02-25feat: add Codecov/Jacoco integration and expand test coverageSho Sakuma
- Add Jacoco plugin to all subprojects with XML report generation - Replace post-test-results.sh with Codecov upload in CI workflow - Add codecov.yml configuration - Add 140 new tests across engine, platform-paper, and platform-velocity Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>