Closed byronwatt closed 2 years ago
pip install git+https://github.com/gcovr/gcovr.git
https://github.com/gcovr/gcovr
not sure if also need to install lcov or genhtml
perhaps by adding the flag -Db_coverage=true to meson setup is sufficient,... need to investigate.
this blog looks good:
https://about.codecov.io/blog/how-to-set-up-codecov-with-c-and-github-actions/
pip install git+https://github.com/gcovr/gcovr.git
https://github.com/gcovr/gcovr
not sure if also need to install lcov or genhtml
perhaps by adding the flag -Db_coverage=true to meson setup is sufficient,... need to investigate.