summaryrefslogtreecommitdiff
path: root/platform-paper/src/test
AgeCommit message (Collapse)Author
2026-03-26test: Fix StatusCommandTest `verify` valueSho Sakuma
2026-03-26Merge branch 'main' into ci/support-nightly-releaseSho Sakuma
2026-03-18fix: Remove state active channelsSho Sakuma
2026-03-18test: Add test-case, ignore listenerSho Sakuma
2026-03-18test: Add Restore Channel Manager test-caseSho Sakuma
2026-03-17feat!: Remove ChatMode feature, followback channel chat modeSho Sakuma
2026-03-15refactor: Optimization of internal logicSho Sakuma
2026-02-26test: expand test coverage across all modulesSho Sakuma
- Add 23 new test files covering exceptions, data classes, permissions, setting handlers, commands, and cross-server relay - Change command execute methods from private to internal visibility to enable unit testing (16 command files) - Engine coverage: 65.5% → 92.4% - Platform-paper coverage: 16.8% → 40.0% - Platform-velocity coverage: 62.4% → 76.8% Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>
2026-02-07test: Add kana converter test-caseSho Sakuma
2026-02-01test: Support Velocity test-caseSho Sakuma
2026-01-27test: Add more test-caseSho Sakuma
2026-01-24test: Add i18n test-caseSho Sakuma