rajataan coverage vain vendor scripteihin
CI / load-config (push) Successful in 11s
ci-bats Bats tests FAILED
ci-cucumber Cucumber tests passed
CI / feature (push) Failing after 1m16s
CI / main (push) Has been skipped

This commit is contained in:
moilanik
2026-06-13 19:12:58 +03:00
parent aa38f4573b
commit 18a6425e9e
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
--entrypoint bash ${{ inputs.bats-image }} \
-c 'apk add -q lsof python3 jq curl ruby && cd /data && \
gem install bashcov 2>&1 | tail -1 && \
bashcov -- bats tests/' \
bashcov --include scripts/ -- bats tests/' \
> "reports/${GITHUB_SHA:0:8}/bats/results.txt" 2>&1
BATS_EXIT=$?
bash .ci/.gitea/scripts/bats-coverage.sh bats-workspace "reports/${GITHUB_SHA:0:8}/bats"