You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/cachecov/coverage_test.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ var versionCoverage = map[int][]string{
146
146
112: {"TestStorage_TypeORMEntity", "TestStorage_DrizzleTable", "TestStorage_PrismaModels", "TestStorage_NoORMDependencyEmitsNothing", "TestIODirect_ORMCallSeedsPerformsIO", "TestGolden"}, // TypeScript emits storage facts for TypeORM @Entity / Drizzle pgTable / Prisma models (schema.prisma read off-glob); ORM query methods seed io_direct so performs_io propagates through a repository wrapper, making a per-iteration wrapper call a detectable N+1 (GAP-XL-04, new/26)
147
147
113: {"TestJavaSPIServiceFileRefs", "TestJavaRuleNodeProp", "TestGolden"}, // Java folds SPI service-file registrations (META-INF/services + META-INF/dubbo) as KindFileRef references so an impl loaded by name is not a false orphan, and emits scanned_plugin on @RuleNode classpath-scanned plugins (GAP-JV-08, new/60)
0 commit comments