Coverage reports should be generated and ideally published somewhere with a Github action.
Here there are some articles about using google test with lcov and gcov:
https://dr-kino.github.io/2019/12/22/test-coverage-using-gtest-gcov-and-lcov/
https://www.gibbard.me/cpp_make_gtest_lcov/
And here a couple of related Github projects:
https://github.com/hacksdump/googletest-coverage
https://github.com/dr-kino/BraveCoverage
Coverage reports should be generated and ideally published somewhere with a Github action.
Here there are some articles about using google test with lcov and gcov:
https://dr-kino.github.io/2019/12/22/test-coverage-using-gtest-gcov-and-lcov/
https://www.gibbard.me/cpp_make_gtest_lcov/
And here a couple of related Github projects:
https://github.com/hacksdump/googletest-coverage
https://github.com/dr-kino/BraveCoverage