SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
712 stars 109 forks source link

Latest kcov release (38) returns wrong version #329

Closed cattanimarco closed 3 years ago

cattanimarco commented 4 years ago

When running kcov --version on release 38 the following is returned kcov v37-11-g7cba

Is should be updated to v38 I believe

SimonKagstrom commented 4 years ago

I'm not quite sure why actually, it's CMake magic which I don't really understand. :-)

SimonKagstrom commented 3 years ago

Closing this, should be fixed with the next version.