Files
pagination/.gitea/workflows
argoyle 967e0ae1f1
pagination / vulnerabilities (pull_request) Failing after 1m38s
pagination / test (pull_request) Failing after 2m17s
pre-commit / pre-commit (pull_request) Successful in 5m17s
fix(ci): use go-test-coverage binary directly to fix Gitea Actions
vladopajic/go-test-coverage@v2 (v2.18.5+) restructured the composite
action to pass inputs via env-var mapping. Gitea act_runner does not
expand expressions in those blocks, so the literal string
'${{ inputs.config }}' reached the binary, breaking the coverage step.

Replace the action with a direct go install + binary invocation
(matching the Frostmoln pattern) and use --github-action-output to
expose total-coverage as a step output, dropping manual
'go tool cover -func' calculations.
2026-04-29 07:17:01 +02:00
..