Leandro Lisboa Penz
Leandro Lisboa Penz
No idea... I've never been able to test under OSX. I'll check to see if there is anything wrong with the package, and integrate a travis test for it or...
Hello Is there any interest in this implementation? If there is something to improve, let me know. If there is no interest, we might as well close it, and I'll...
Looks like creating a second entrypoint script for meson makes more sense than adding `if`'s at so many decision points - and after doing that, we end up reusing very...
Interesting I think getting Sonar Qube to work is a bit more involved than just replacing the `make` call because the gh action is running inside a container that probably...
From [gcov-out-of-memory-mismatched-version] it seems that lcov is highly coupled to the compiler, which would be gcc in this Debian release. There's probably something equivalent for clang, maybe in llvm. I...
Interesting, it looks like clang has a different set of arguments for coverage. How about a coverage-clang preset? I'm afraid just incrementing the arguments could make gcc unhappy.
ghaction-cmake doesn't actually include any codecov/coveralls handling. It just runs cmake with the coverage flag, and uses lcov to generate an output file. Our example show how to use that...
> It looks like on the 18th the poco fixes will be in bullseye (per pocoproject/poco#3244), so I can be using your image as a base layer after that. That's...
Awesome Would you mind checking if lpenz/ghaction-cmake:latest is ok? That's what currently in the `main` branch, including the new pre-command argument (issue #11). If it's fine I'll make the release
I'll ship it, thank you for testing > Back on topic, if the build wrapper and scanner are not updated at the same time, the scanner emits this warning We...