Skip to content

Commit

Permalink
fix: try please coverage reporter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Sep 30, 2023
1 parent b8d5045 commit 989c78b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/Simple-Utility/graph/Queue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ namespace sl::graph::queue

namespace sl::graph::queue::detail
{
// GCOVR_EXCL_START
// LCOV_EXCL_START

template <class T>
struct dummy_input_range
{
Expand All @@ -186,7 +187,7 @@ namespace sl::graph::queue::detail

static_assert(std::ranges::input_range<dummy_input_range<int>>);

// GCOVR_EXCL_END
// LCOV_EXCL_END
}

namespace sl::graph::concepts
Expand Down

0 comments on commit 989c78b

Please sign in to comment.