Daan Timmer
Daan Timmer
Any progress/more thoughts on this? I too was looking for a option like this. In our case we have one generic job setup to build pull-requests and push-notifications from a...
I concur. coverage is generated as follows, which somehow seems scrambled. Might it be that multiple cores are used and thus having concurrency problems when generating this output? gcov_output.txt: http://pastebin.com/mf7Kd0KU...
The pastebin output is just the standard coverage output when compiling CppUTest with make check_coverage, it really looks a lot like scrambled output due to concurrency problems, but I can't...
Personally, I disagree, the following is generated with only three source files: ``` File 'src/HomeAutomation/LightScheduler.c' Lines executed:96.97% of 66 Creating 'LightScheduler.c.gcov' File 'src/HomeAutomation/RandomMinute.c' Lines executed:100.00% of 6 Creating 'RandomMinute.c.gcov' Lines...
I would rather suggest replacing that `infra::Copy(...)` with a `std::bit_cast(blob)`. Although `std::bit_cast` is only introduced in C++20, there is a C++17 implementation possible, see Possible Implementation on the cppreference page:...
@AlexDenisov I too ran in to this issue and noticed it has nothing to do with mull's github annotations reporter. The generated annotations are fine. What does not work is...
There is a workaround: launch `st-util` manually and change `servertype` to `external`: ``` { "name": "Debug stm32g474re stlink", "cwd": "${workspaceFolder}", "executable": "${command:cmake.launchTargetPath}", "request": "launch", "type": "cortex-debug", "device": "STM32G474RE", "servertype": "external",...
@yanesca what else needs to happen to get this merged?
Is that a case of "hope some other reviewer sees this". Or do we have to assign/poke someone specific?
Thanks for responding, and pointing me at an error on my side!. However, I can't seem to find this `stlink` tool. (Specifically for Linux). The only thing that I can...