Skip to content

Commit 38739b7

Browse files
committed
Change coverage requirements to 88 percent
1 parent 89605bc commit 38739b7

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
@@ -57,6 +57,6 @@ jobs:
5757
- name: Install dependencies
5858
run: uv sync --dev --extra sql --extra encryption --extra grpc --extra telemetry
5959
- name: Run tests and check coverage
60-
run: uv run pytest --cov=a2a --cov-report term --cov-fail-under=89
60+
run: uv run pytest --cov=a2a --cov-report term --cov-fail-under=88
6161
- name: Show coverage summary in log
6262
run: uv run coverage report

0 commit comments

Comments
 (0)