python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ImportError: No module named lxml , although lxml is installed
I'm trying to install gcovr tool in virtualenv and tools installs well, but on running the binary, i see warnings with lxml , how do i fix this?
Commands used:
pip install virtualenv
virtualenv env
so...

Sbk3824
Votes: 0
Answers: 1
GCOVR Processes all files but then shows "Gathered coveraged data for 0 files"
I'm using Cygwin GCC 11.2.0 on Win10 with gcovr 5.0. My C files are compiled with the --coverage flag and the .gcno files are created. After running my program the .gcda files exist as well and if I o...
Daniel
Votes: 0
Answers: 0