Code coverage using lcov+gtest only reports on the coverage of the unit test cpp file, not the files of the library being tested

后端 未结 0 1528
迷失自我
迷失自我 2021-01-20 18:28

I am trying to implement a small example on how to use google test and lcov so I can see how my testing of the code is doing. Here is my example repository.

My projec

相关标签:
回答
  • 消灭零回复
提交回复
热议问题