coverage report
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user