We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4f1a7 commit a8f0309Copy full SHA for a8f0309
.github/workflows/unit-tests.yml
@@ -40,8 +40,11 @@ jobs:
40
- name: Install dependencies
41
run: uv sync --dev
42
43
- - name: Run tests
44
- run: uv run pytest
+ - name: Run tests and check coverage
+ run: uv run pytest --cov=a2a --cov-report=xml --cov-fail-under=90
45
+
46
+ - name: Show coverage summary in log
47
+ run: uv run coverage report
48
49
- name: Upload coverage report
50
uses: actions/upload-artifact@v4
0 commit comments