Skip to content

Commit

Permalink
un-cover more windows files
Browse files Browse the repository at this point in the history
  • Loading branch information
roblutt committed Dec 13, 2023
1 parent 3972639 commit 397c47e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,13 @@ 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"
]

[tool.coverage.coverage_conditional_plugin.rules]

Expand Down

0 comments on commit 397c47e

Please sign in to comment.