feat: add test framework, unit tests, and GitLab CI pipeline #1

Merged
kfj001 merged 8 commits from feature/tests-and-ci into main 2026-07-29 15:40:31 -07:00
Showing only changes of commit d7075b163a - Show all commits
-7
View File
@@ -22,13 +22,6 @@ jobs:
run: |
cd backend
python -m pytest tests/ --cov=app --cov-report=term-missing --cov-report=xml --cov-fail-under=10
- name: Upload coverage report
if: always()
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: backend/coverage.xml
frontend-test:
runs-on: ubuntu-latest
steps: