byronwatt / CmdLineOptions

yet another command line parser for c++
MIT License
1 stars 0 forks source link

add code coverage with gcovr #9

Closed byronwatt closed 2 years ago

byronwatt commented 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.

byronwatt commented 2 years ago

this blog looks good:

https://about.codecov.io/blog/how-to-set-up-codecov-with-c-and-github-actions/