Skip to content

Commit

Permalink
Improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed May 2, 2024
1 parent 049790e commit 21df9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/pq/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@

#include <tao/pq/connection.hpp>

// LCOV_EXCL_START
auto my_poll( const int /*unused*/, const bool /*unused*/, const int /*unused*/ ) -> tao::pq::poll::status
{
TAO_PQ_UNREACHABLE;
}
// LCOV_EXCL_STOP

void run()
{
Expand Down
2 changes: 2 additions & 0 deletions src/test/pq/connection_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ class limited_connection_pool
}
};

// LCOV_EXCL_START
auto my_poll( const int /*unused*/, const bool /*unused*/, const int /*unused*/ ) -> tao::pq::poll::status
{
TAO_PQ_UNREACHABLE;
}
// LCOV_EXCL_STOP

void run()
{
Expand Down

0 comments on commit 21df9f3

Please sign in to comment.