Skip to content

chore: revert "test: remove tests"#3

Open
ishymko wants to merge 1 commit intoishymko/test-another-basefrom
ishymko/test-another-base-pr
Open

chore: revert "test: remove tests"#3
ishymko wants to merge 1 commit intoishymko/test-another-basefrom
ishymko/test-another-base-pr

Conversation

@ishymko
Copy link
Copy Markdown
Owner

@ishymko ishymko commented Mar 13, 2026

This reverts commit 7aea226.

Description

Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Follow the CONTRIBUTING Guide.
  • Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
    • Important Prefixes for release-please:
      • fix: which represents bug fixes, and correlates to a SemVer patch.
      • feat: represents a new feature, and correlates to a SemVer minor.
      • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.
  • Ensure the tests and linter pass (Run bash scripts/format.sh from the repository root to format)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

This reverts commit 7aea226.
@github-actions
Copy link
Copy Markdown

🧪 Code Coverage (vs ishymko/test-another-base)

⬇️ Download Full Report

Base PR Delta
src/a2a/client/transports/grpc.py 60.24% 86.75% 🟢 +26.51%
src/a2a/client/transports/jsonrpc.py 79.03% 88.71% 🟢 +9.68%
src/a2a/client/transports/rest.py 61.73% 87.65% 🟢 +25.93%
src/a2a/server/apps/jsonrpc/jsonrpc_app.py 81.25% 84.82% 🟢 +3.57%
src/a2a/server/apps/rest/fastapi_app.py 69.23% 76.92% 🟢 +7.69%
src/a2a/server/apps/rest/rest_adapter.py 52.86% 78.57% 🟢 +25.71%
src/a2a/server/request_handlers/grpc_handler.py 80.00% 90.63% 🟢 +10.63%
src/a2a/server/request_handlers/rest_handler.py 47.89% 91.55% 🟢 +43.66%
src/a2a/utils/proto_utils.py 90.81% 94.00% 🟢 +3.19%
Total 88.11% 91.73% 🟢 +3.62%

Generated by coverage-comment.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant