Skip to content

feat: use connection string as command-line flag #1

feat: use connection string as command-line flag

feat: use connection string as command-line flag #1

Triggered via pull request January 9, 2026 16:32
Status Failure
Total duration 1m 52s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build and Lint: internal/runner/parallel.go#L80
QF1003: could use tagged switch on result.run.Status (staticcheck)
Build and Lint: internal/instrument/instrumenter_test.go#L301
SA5011: possible nil pointer dereference (staticcheck)
Build and Lint: internal/instrument/instrumenter_test.go#L297
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
Build and Lint: internal/database/tempdb.go#L85
SA9003: empty branch (staticcheck)
Build and Lint: internal/runner/executor.go#L183
Error return value of `listener.Close` is not checked (errcheck)
Build and Lint: internal/report/html.go#L215
Error return value of `file.Close` is not checked (errcheck)
Build and Lint: internal/integration_test.go#L317
Error return value of `database.DestroyTempDatabase` is not checked (errcheck)
Build and Lint: internal/integration_test.go#L316
Error return value of `database.DestroyTempDatabase` is not checked (errcheck)
Build and Lint: internal/database/listener.go#L40
Error return value of `conn.Close` is not checked (errcheck)
Build and Lint: internal/cli/report.go#L46
Error return value of `writer.Close` is not checked (errcheck)