chore: Update minimum coverage requirements to 87% for backend and frontend tests

This commit is contained in:
GitHub Actions
2026-02-23 14:23:09 +00:00
parent 7b640cc0af
commit 79c8e660f5
3 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ coverage:
status:
project:
default:
target: 85%
threshold: 0%
target: 87%
threshold: 1%
# Fail CI if Codecov upload/report indicates a problem
require_ci_to_pass: yes