Skip to content

Commit 58b0bee

Browse files
committed
Change unit test threshold
1 parent 0c19e97 commit 58b0bee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Install dependencies
4646
run: uv sync --dev --extra sql
4747
- name: Run tests and check coverage
48-
run: uv run pytest --cov=a2a --cov-report=xml --cov-fail-under=90
48+
run: uv run pytest --cov=a2a --cov-report=xml --cov-fail-under=89
4949
- name: Show coverage summary in log
5050
run: uv run coverage report

0 commit comments

Comments
 (0)