Closed joka921 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.19%. Comparing base (
52416c1
) to head (e8d27a5
). Report is 8 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
The code in the
catch
clauses ofHttpServer::session
inHttpServer.h
was untested so far. It is now cleverly tested by creating a testHttpServer
with a request handler that throws an expection after its reponse, redirecting the log, and then checking the log messages. Also test the hashing ofDateYearOrDuration
+ make some other minor changes.