Skip to content

Commit

Permalink
For now excluding helper functions from code coverage since they coul…
Browse files Browse the repository at this point in the history
…d be outsourced in further refactorings
  • Loading branch information
Flixtastic committed Jan 11, 2025
1 parent 9f9738c commit a55f2be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index/IndexImpl.Text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cppcoro::generator<WordsFileLine> IndexImpl::wordsInTextRecords(
}
}

// LCOV_EXCL_START
// _____________________________________________________________________________
void IndexImpl::processEntityCaseDuringInvertedListProcessing(
const WordsFileLine& line,
Expand Down Expand Up @@ -111,6 +112,7 @@ void IndexImpl::logEntityNotFound(const string& word,
entityNotFoundErrorMsgCount++;
}

Check warning on line 113 in src/index/IndexImpl.Text.cpp

View check run for this annotation

Codecov / codecov/patch

src/index/IndexImpl.Text.cpp#L112-L113

Added lines #L112 - L113 were not covered by tests
}
// LCOV_EXCL_STOP

// _____________________________________________________________________________
void IndexImpl::addTextFromContextFile(const string& contextFile,
Expand Down

0 comments on commit a55f2be

Please sign in to comment.