Skip to content

Commit

Permalink
Exclude skipped lines from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 23, 2019
1 parent ae808aa commit de19ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recursive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ int main()
std::cerr << e.what() << "\n";
return 0;
}
return 1;
return 1; /* LCOV_EXCL_LINE */
}

0 comments on commit de19ea0

Please sign in to comment.