Skip to content

Commit c79eec9

Browse files
committed
Ignore coverage on consteval throwing line
1 parent 0bbd9e3 commit c79eec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/boost/int128/format.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ constexpr auto parse_impl(ParseContext& ctx)
110110
base = 16;
111111
is_upper = true;
112112
break;
113-
113+
// LCOV_EXCL_START
114114
default:
115115
BOOST_INT128_THROW_EXCEPTION(std::format_error("Unsupported format specifier"));
116+
// LCOV_EXCL_STOP
116117
}
117118
}
118119

0 commit comments

Comments
 (0)