Skip to content

Commit

Permalink
code cov.
Browse files Browse the repository at this point in the history
  • Loading branch information
fakoua committed Jan 8, 2024
1 parent 6b1884b commit d732abd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions lcov.info
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/winrm_context_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d732abd

Please sign in to comment.