From 75f20736bf80dd56c68d8d316139ae07618995a7 Mon Sep 17 00:00:00 2001 From: Robert Luttrell Date: Wed, 13 Dec 2023 14:50:15 -0800 Subject: [PATCH] un-cover more windows files --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e180fe4..46c3ba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,14 @@ source = [ ] [tool.coverage.coverage_conditional_plugin.omit] -"sys_platform != 'win32'" = ["src/openjd/adaptor_runtime/_named_pipe/named_pipe_helper.py", "src/openjd/adaptor_runtime/application_ipc/_win_adaptor_server.py", "src/openjd/adaptor_runtime/application_ipc/_named_pipe_request_handler.py"] +"sys_platform != 'win32'" = [ + "src/openjd/adaptor_runtime/_background/backend_named_pipe_server.py", + "src/openjd/adaptor_runtime/_background/background_named_pipe_request_handler.py", + "src/openjd/adaptor_runtime/_named_pipe/*.py", + "src/openjd/adaptor_runtime/application_ipc/_win_adaptor_server.py", + "src/openjd/adaptor_runtime/application_ipc/_named_pipe_request_handler.py", + "src/openjd/adaptor_runtime_client/win_client_interface.py" +] [tool.coverage.coverage_conditional_plugin.rules]