Closed joka921 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.30%. Comparing base (
bed8b29
) to head (509f0da
). Report is 1 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
For some reason (which are yet unknown) one of the test cases in
HttpTest.cpp
not so spuriously fails when cross-compiling the docker image for ARM64. This commit relaxes that test, s.t. the tests work again. For details, see the comments inHttpTest.cpp
.