-
Force trigger analysis
git commit --allow-empty -m "trigger: force codacy analysis" git push origin main -
Check webhook status
- Go to GitHub Settings → Webhooks
- Look for Codacy webhook
- Check recent deliveries for errors
-
Verify Codacy settings
- Login to Codacy dashboard
- Check project integrations
- Ensure GitHub connection is active
-
Recreate webhook manually
- In Codacy: Settings → Integrations
- Disconnect and reconnect GitHub
-
Check repository permissions
- Ensure Codacy has read access
- Verify organization permissions if applicable
If automatic webhooks fail, you can trigger analysis manually:
- Via Codacy dashboard
- Via API (if you have tokens)
- By creating empty commits
# Check latest commit
git log --oneline -5
# Check remote status
git remote -v
# Verify push was successful
git statusCreated: $(date) Status: Troubleshooting Codacy integration