summaryrefslogtreecommitdiff
path: root/codecov.yml
AgeCommit message (Collapse)Author
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>