yi452873250

Results 3 comments of yi452873250

> I see a different result than you do...works for me. $ g++ -fprofile-arcs -ftest-coverage -g -o foo -std=c++11 foo.cpp $ ./foo 1 $ lcov --rc lcov_branch_coverage=1 --no-external -d ....

> ![image](https://user-images.githubusercontent.com/20902016/229005696-8659a871-eff1-45b4-810f-beb1317c4553.png) hi,I have updated the lcov ,bug not effect.it`s unblivable

I meet this problem: run code: sudo docker build --file ./deploy/docker/Dockerfile-build-linux -t qgc-linux-docker . show success ![image](https://github.com/mavlink/qgroundcontrol/assets/20902016/c146164a-ac51-4924-9811-dc2fe9f7bb63) but run: sudo docker run --rm -v ${PWD}:/project/source -v ${PWD}/build:/project/build qgc-linux-docker ![image](https://github.com/mavlink/qgroundcontrol/assets/20902016/1fe47a3c-d886-4afd-8797-d34cce44b584) please,how...