Skip to content

Commit df3c9dc

Browse files
committed
Relax coverage requirements
1 parent 365fc35 commit df3c9dc

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

0 commit comments

Comments
 (0)