argoyle ba5169db69
dbsetup / vulnerabilities (pull_request) Successful in 2m19s
dbsetup / test (pull_request) Successful in 2m31s
pre-commit / pre-commit (pull_request) Successful in 7m20s
fix(ci): use go-test-coverage binary directly to fix Gitea Actions
vladopajic/go-test-coverage@v2 (v2.18.5+) switched composite-action
inputs from CLI args to env-var mapping, which Gitea act_runner does
not expand reliably. The literal string `${{ inputs.config }}` was
passed to the binary, breaking 'Check coverage' steps.

Replace the action with a direct go install + binary invocation
(matching Frostmoln pattern) and use the tool's --github-action-output
to drop manual go tool cover -func calculations.
2026-04-29 07:05:40 +02:00
2025-06-10 19:56:40 +02:00
2025-06-10 19:56:40 +02:00
2025-06-10 19:56:40 +02:00
2026-02-22 17:52:37 +00:00
2025-06-10 19:56:40 +02:00
2025-06-10 19:56:40 +02:00

DB Setup

Helper module for setting up database connection pool using an OTEL-wrapper which adds the actual query to a span.

S
Description
No description provided
Readme 269 KiB
v0.1.2 Latest
2026-02-22 18:19:18 +00:00
Languages
Go 100%