Fix coverage target to use full path and show helpful error
- Use full path: /usr/local/bin/check-help-coverage.sh - Add error message if image not built or outdated - Reminds user to run 'make build' first
This commit is contained in:
3
Makefile
3
Makefile
@@ -77,4 +77,5 @@ shell-scratch:
|
|||||||
# Run help coverage check
|
# Run help coverage check
|
||||||
coverage:
|
coverage:
|
||||||
@echo "Checking help coverage..."
|
@echo "Checking help coverage..."
|
||||||
docker run --rm tabledevil/file-analysis:latest check-help-coverage.sh
|
@docker run --rm tabledevil/file-analysis:latest /usr/local/bin/check-help-coverage.sh || \
|
||||||
|
(echo "" && echo "Error: Image not built or outdated. Run 'make build' first." && exit 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user