Internals: Add some internal coverage exclusions etc. No functional change.

This commit is contained in:
Wilson Snyder
2022-10-03 10:57:37 -04:00
parent 2fc1746ef5
commit ced82cbac4
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ VlWorkerThread::~VlWorkerThread() {
m_cthread.join();
}
static void shutdownTask(void*, bool) {
static void shutdownTask(void*, bool) { // LCOV_EXCL_LINE
// Deliberately empty, we use the address of this function as a magic number
}