Closed joka921 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.49%. Comparing base (
e1cf7d0
) to head (8576fb6
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
IdTables
are very commonly tests in QLever's test, but are not copyable and somewhat hard to set up because of their two-dimensional structure. This PR adds several helpers to easily testIdTables
usingGTest/GMock
inside theIdTableHelpers.h
file and uses them in several unit tests, making these tests much simpler.