support some filtering
All checks were successful
Generate check / check-changes (pull_request) Successful in 28s
Quality / check-changes (pull_request) Successful in 3s
Generate check / verify-generate (pull_request) Has been skipped
Quality / run-tests (pull_request) Successful in 58s

This commit is contained in:
2026-05-16 09:09:39 +01:00
parent 4626f08b9c
commit adcd192cb9
7 changed files with 607 additions and 29 deletions

View File

@@ -43,7 +43,7 @@ func TestBuildReport(t *testing.T) {
Taxes: decimal.Decimal{},
})).Times(1)
gotErr := internal.BuildReport(t.Context(), reader, writer)
gotErr := internal.BuildReport(t.Context(), reader, writer, internal.Any())
if gotErr != nil {
t.Fatalf("got unexpected err: %v", gotErr)
}