coverage report
CI / load-config (push) Successful in 13s
ci-bats Bats tests FAILED
ci-cucumber Cucumber tests passed
CI / feature (push) Failing after 1m24s
CI / main (push) Has been skipped

This commit is contained in:
moilanik
2026-06-13 18:30:27 +03:00
parent d1ed41036b
commit 1770c3b1c3
3 changed files with 35 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -euo pipefail
REPORT_DIR="${1:-reports/bats}"
INPUT="$REPORT_DIR/results.txt"
OUTPUT="$REPORT_DIR/index.html"
OUTPUT="$REPORT_DIR/test-report.html"
[ -f "$INPUT" ] || { echo "ERROR: $INPUT not found" >&2; exit 1; }