Files
claude-hub/.github
Jonathan 67e90c4b87 fix: resolve Docker Build workflow coverage file permission issues
Added workspace cleanup step to fix coverage file permissions before
checkout in the Docker Build and Publish workflow. This prevents the
"Permission denied" errors when GitHub Actions tries to clean the
workspace containing Jest-generated coverage files with restrictive
permissions.

The fix applies the same solution already used in CI and PR workflows:
- Pre-checkout: Fix permissions and remove coverage directory
- Checkout: Use clean mode to ensure fresh workspace

Fixes GitHub Actions error:
"File was unable to be removed Error: EACCES: permission denied,
rmdir 'coverage/lcov-report'"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-31 13:15:37 -05:00
..