From d732abdbbf381ef1c1f3c4e253b735394e3d6c84 Mon Sep 17 00:00:00 2001 From: Sameh Fakoua Date: Sun, 7 Jan 2024 22:51:31 -0500 Subject: [PATCH] code cov. --- lcov.info | 21 ++++++++++++--------- src/winrm_context_test.ts | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/lcov.info b/lcov.info index 8c32d80..c30b2a4 100644 --- a/lcov.info +++ b/lcov.info @@ -3,20 +3,23 @@ FN:32,constructHost FNDA:26,constructHost FNF:1 FNH:1 -BRDA:34,1,0,0 -BRDA:35,1,1,0 -BRDA:36,1,2,0 -BRF:3 -BRH:0 +BRDA:34,1,0,25 +BRDA:34,1,1,1 +BRDA:35,1,2,25 +BRDA:35,1,3,1 +BRDA:36,1,4,25 +BRDA:36,1,5,1 +BRF:6 +BRH:6 DA:1,2 DA:32,2 DA:33,28 -DA:34,0 -DA:35,0 -DA:36,0 +DA:34,28 +DA:35,28 +DA:36,28 DA:37,28 DA:38,28 -LH:5 +LH:8 LF:8 end_of_record SF:/github/workspace/src/soap_client.ts diff --git a/src/winrm_context_test.ts b/src/winrm_context_test.ts index 6d2bb2d..4130443 100644 --- a/src/winrm_context_test.ts +++ b/src/winrm_context_test.ts @@ -313,7 +313,7 @@ Deno.test("Close Shell before open exception", () => { //Action const context = new WinRMContext( { username: "test", password: "test" }, //NOSONAR - "example.com", + {hostname: "example.com", port:5985, protocol: "http"} ); //Assert