chore: update test configurations and ignore files for coverage reporting
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m49s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m39s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m20s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 3m16s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m37s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 2m2s

This commit is contained in:
2025-10-15 21:14:01 -04:00
parent 47f00ea759
commit 0c9e5ec561

View File

@@ -258,8 +258,11 @@ jobs:
composer run tests:unit:coverage
- name: 📦 Publish Build Artifacts
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
uses: christopherhx/gitea-upload-artifact@v4
with:
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }} -w ${{ gitea.workspace }}
name: junit-coverage.xml
path: tests/reports/junit.xml
retention-days: 1