test: update script execution to use bash for coverage gate

Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
Noooste
2026-04-19 15:54:30 +02:00
parent 005211f073
commit e918a0a940
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
go test -race -coverprofile=../coverage.out -coverpkg=./... ./...
- name: Enforce coverage gate
run: ./scripts/coverage-gate.sh coverage.out
run: bash scripts/coverage-gate.sh coverage.out
- name: Upload coverage artifact
if: always()