Increase coverage threshold to 70%

With improved test coverage now at 72%, we can enforce
a higher minimum threshold. This ensures code quality
is maintained as the project evolves.

https://claude.ai/code/session_016vkdrUjnsBU2KMifxnJfSn
This commit is contained in:
Claude
2026-01-31 00:25:26 +00:00
parent c667af076c
commit 95511bc15a

View File

@@ -53,7 +53,7 @@ jobs:
- name: Check test coverage threshold
working-directory: ./backend
run: |
coverage report --fail-under=50
coverage report --fail-under=70
frontend-tests:
runs-on: ubuntu-latest