Fix Makefile coverage target and add check-help-coverage.sh to containers

- Fixed 'make coverage' command (was using empty variable)
- Now runs: docker run --rm tabledevil/file-analysis:latest check-help-coverage.sh
- Added check-help-coverage.sh script to both Dockerfiles
- Made script executable in both images
- Coverage check now works properly without mounting volumes
This commit is contained in:
Tobias Kessels
2025-10-01 13:25:59 +02:00
parent ef4253c9a0
commit 5db3f8248c
3 changed files with 5 additions and 3 deletions

View File

@@ -77,4 +77,4 @@ shell-scratch:
# Run help coverage check
coverage:
@echo "Checking help coverage..."
docker run --rm tabledevil/file-analysis:remnux check-help-coverage.sh
docker run --rm tabledevil/file-analysis:latest check-help-coverage.sh