bats coverage fix
CI / load-config (push) Successful in 11s
ci-bats Bats tests
ci-cucumber Cucumber tests passed
ci-build Build complete
CI / feature (push) Successful in 1m32s
CI / main (push) Has been skipped

This commit is contained in:
moilanik
2026-06-13 18:39:55 +03:00
parent d7d1f93895
commit a3b4ac1b45
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
-v bats-workspace:/data \
-v bats-coverage:/coverage \
--entrypoint bash ${{ inputs.bats-image }} \
-c 'apk add -q lsof python3 jq curl && \
-c 'apk add -q lsof python3 jq curl && cd /data && \
if apk add -q kcov 2>/dev/null; then \
kcov --include-path=/data/scripts/ /coverage/ bats tests/; \
else \