Skip to content

Commit da9a390

Browse files
committed
fix: update coverage configuration to exclude optional dependencies
1 parent 002e049 commit da9a390

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.coveragerc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
[run]
22
branch = True
3-
omit =
3+
omit =
44
*/tests/*
55
*/site-packages/*
66
*/__init__.py
77
src/a2a/grpc/*
8+
src/a2a/utils/stream_write/redis_stream_writer.py
9+
src/a2a/client/transports/grpc.py
10+
src/a2a/client/legacy_grpc.py
11+
src/a2a/server/request_handlers/grpc_handler.py
12+
src/a2a/server/tasks/database_push_notification_config_store.py
13+
src/a2a/server/tasks/database_task_store.py
14+
src/a2a/server/models.py
15+
src/a2a/server/apps/rest/fastapi_app.py
16+
src/a2a/server/apps/rest/rest_adapter.py
17+
src/a2a/client/legacy.py
18+
src/a2a/client/transports/rest.py
19+
src/a2a/server/request_handlers/rest_handler.py
20+
src/a2a/client/client_task_manager.py
21+
src/a2a/utils/proto_utils.py
822

923
[report]
1024
exclude_lines =

0 commit comments

Comments
 (0)