test: 补充后端单元测试与覆盖率配置

This commit is contained in:
2026-09-19 22:33:25 +08:00
parent 5e0b922b3f
commit 16149e83ee
38 changed files with 3897 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# 让 Lombok 生成的方法带 @Generated 注解,JaCoCo 自动排除生成代码,覆盖率只统计手写逻辑
lombok.addLombokGeneratedAnnotation = true