I installed codecoverage to run with pydev, but the results are not displayed.
Following this answer , I found the .coverage file in the ~ / .metadata / .plugins / org.python.pydev.debug / coverage file and it works correctly (gives the result when I run the coverage report there, it becomes empty when I do it with pydev etc.).
Does anyone know where I can configure the path to get results in the Eclipse plugin?
python eclipse code-coverage pydev
Roger Veciana
source share