lcov icon indicating copy to clipboard operation
lcov copied to clipboard

Can't open perl script "/c/dev/mylib/build/geninfo": No such file or directory

Open bartekleon opened this issue 4 years ago • 0 comments

It is a strictly windows problem that even tho cmake finds all lcov, gcov, geninfo etc. coverage fails because of this strange path, so I want to ask if there is an option to set this path for lcov like :

FIND_PROGRAM( GENINFO_PATH geninfo )
lcov --geninfo-path ${GENINFO_PATH} --directory . --base-directory . --capture --output-file coverage.info

? It would be very nice to have it working for linux and windows - and I believe it is the last step to make it possible - unless it is possible and it is just that i cannot find options to do so

bartekleon avatar Jan 06 '21 20:01 bartekleon