fix(ci): use go-test-coverage binary directly to fix Gitea Actions
authz_client / vulnerabilities (pull_request) Successful in 1m42s
authz_client / test (pull_request) Successful in 2m34s
pre-commit / pre-commit (pull_request) Successful in 7m47s

Switch from broken composite action wrapper to direct go install +
binary invocation matching the established Frostmoln pattern. Use
--github-action-output to expose total-coverage as a step output.
This commit is contained in:
2026-04-29 07:39:34 +02:00
parent 775d25cb59
commit fd7f7fca18
2 changed files with 12 additions and 18 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
module gitea.unbound.se/shiny/authz_client
go 1.22.12
toolchain go1.26.2
go 1.26.2
require (
github.com/sparetimecoders/goamqp v0.3.3