lib: hide some code from coverage checking

Parts that are not easy / useful to unit-test
This commit is contained in:
Dirk-Jan C. Binnema
2023-09-10 10:12:07 +03:00
parent 85ad35bd8e
commit 192c67262a
4 changed files with 16 additions and 2 deletions

View File

@ -27,6 +27,8 @@
#include <utils/mu-utils.hh>
#include <mu-store.hh>
/* LCOV_EXCL_START */
namespace Mu {
/**
@ -82,5 +84,6 @@ MU_ENABLE_BITOPS(Server::OutputFlags);
} // namespace Mu
/* LCOV_EXCL_STOP */
#endif /* MU_SERVER_HH__ */