Closed Qup42 closed 3 weeks ago
Attention: Patch coverage is 20.00000%
with 120 lines
in your changes missing coverage. Please review.
Project coverage is 89.09%. Comparing base (
db089f8
) to head (f251d29
). Report is 7 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/engine/Server.cpp | 20.00% | 120 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Number of Tests | Previous Status | Current Status |
---|---|---|
2 | Failed | Passed |
Issues
10 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Split the very large function
Server::processQuery
into several smaller functions, such that they can be reused by theprocessUpdate
function (which for the most part still has to be implemented).