db to user_id
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 3m56s

This commit is contained in:
2025-11-24 13:02:30 -08:00
parent 1c08d2dab1
commit 3c567ea104
20 changed files with 129 additions and 73 deletions

View File

@@ -94,6 +94,7 @@ jobs:
GEMINI_API_KEY: ${{ secrets.VITE_GOOGLE_GENAI_API_KEY }}
run: npm run test:coverage
continue-on-error: true # Allows the workflow to proceed even if tests fail.
- name: Archive Code Coverage Report
# This action saves the generated HTML coverage report as a downloadable artifact.