Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
libcurl-client.cpp: exclude usage() from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 16, 2018
1 parent bd4ee2e commit 46b5c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcurlx-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma clang diagnostic pop
#endif // __clang__

// LCOV_EXCL_START
static void usage() {
// clang-format off
std::clog << "\n";
Expand All @@ -34,6 +35,7 @@ static void usage() {
std::clog << std::endl;
// clang-format on
}
// LCOV_EXCL_STOP

static void summary(const mk_curlx_response_uptr &res) {
std::clog << "=== BEGIN SUMMARY ==="
Expand Down

0 comments on commit 46b5c2d

Please sign in to comment.