Skip to content

Commit 5fca4ea

Browse files
committed
Set coverage level to 85%
1 parent 694eb63 commit 5fca4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: uv sync --dev
4242

4343
- name: Run tests and check coverage
44-
run: uv run pytest --cov=a2a --cov-report=xml --cov-fail-under=90
44+
run: uv run pytest --cov=a2a --cov-report=xml --cov-fail-under=85
4545

4646
- name: Show coverage summary in log
4747
run: uv run coverage report

0 commit comments

Comments
 (0)