Closed elshize closed 1 year ago
Base: 93.03% // Head: 93.03% // No change to project coverage :thumbsup:
Coverage data is based on head (
9be8b9b
) compared to base (272dce9
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Well, that was easier than I thought it would be
This how much faith you have in me? :grin: But seriously, it was just a using namespace
bug on our side really. C++ standards are famously backwards-compatible to a point (this is actually big point of contention, because it also means you can't change bad old stuff much).
This includes three things:
The last one is not really related to any of the changes, but it seems to be related to a cmake bug. Not sure what happened, I suspect the system cmake was updated in the base image. For some reason Debian doesn't have the last point version of 3.13 that was released in 2019 but stopped at 3.13.4, which had that bug that caused failures.
Anyhow, I thought it might be best to simply get cmake from upstream, and saw no reason not to use the latest version.