ts fixes from reorg
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m8s

This commit is contained in:
2025-11-25 12:27:04 -08:00
parent 3fa132bb70
commit 6a0650ae42
2 changed files with 9 additions and 3 deletions

View File

@@ -145,6 +145,8 @@ jobs:
echo "✅ Coverage reports generated successfully."
continue-on-error: true # Allows the workflow to proceed even if coverage merge fails.
- name: Archive Code Coverage Report
# This action saves the generated HTML coverage report as a downloadable artifact.
uses: actions/upload-artifact@v3
@@ -152,6 +154,8 @@ jobs:
name: code-coverage-report
path: .coverage/
continue-on-error: true # Allows the workflow to proceed even if tests fail.
- name: Check for Database Schema Changes
env:
# Use production database credentials for this check.