We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2999753 commit 716e677Copy full SHA for 716e677
1 file changed
internal/librarian/generate.go
@@ -146,6 +146,7 @@ func (r *generateRunner) run(ctx context.Context) error {
146
failedGenerations++
147
}
148
149
+ slog.Info("generation statistics", "all", len(r.state.Libraries), "failures", failedGenerations)
150
if failedGenerations > 0 && failedGenerations == len(r.state.Libraries) {
151
return fmt.Errorf("all %d libraries failed to generate", failedGenerations)
152
0 commit comments