Skip to content

Commit

Permalink
Improved coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 30, 2023
1 parent eb4243a commit 2e3977d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libYARP_os/tests/LogTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1155,4 +1155,9 @@ TEST_CASE("os::LogTest", "[yarp::os]")

CNT yInfo("This is text contains special characters that could cause issues like 1-\", 2-(, 3-), 4-[, 5-], 6-{, 7-}, 8-\t, 9-%%");
}

SECTION("Extra Methods to improve coverage")
{
yarp::os::Log l;
}
}

0 comments on commit 2e3977d

Please sign in to comment.