Skip to content

Commit 9583040

Browse files
committed
Add coverage for transforms
1 parent 161a3e7 commit 9583040

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/testrunner/runners/system/tester.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,6 +2503,8 @@ func (r *tester) generateCoverageReport(pkgName string) (testrunner.CoverageRepo
25032503
filepath.Join(r.packageRootPath, "fields", "*.yml"),
25042504
filepath.Join(r.packageRootPath, "data_stream", dsPattern, "manifest.yml"),
25052505
filepath.Join(r.packageRootPath, "data_stream", dsPattern, "fields", "*.yml"),
2506+
filepath.Join(r.packageRootPath, "elasticsearch", "transform", "*", "*.yml"),
2507+
filepath.Join(r.packageRootPath, "elasticsearch", "transform", "*", "fields", "*.yml"),
25062508
}
25072509

25082510
return testrunner.GenerateBaseFileCoverageReportGlob(pkgName, patterns, r.coverageType, true)

0 commit comments

Comments
 (0)