Top "Python-coverage" questions

coverage.

How to Fix Python Nose: Coverage not available: unable to import coverage module

I can't seem to get code coverage with Nose to work, despite having the plugin installed. Any ideas on how …

python nose coverage.py python-coverage
preventing python coverage from including virtual environment site packages

I am new to coverage and ran into a strange problem. My coverage is taking my virtual environment site packages …

python testing virtualenv code-coverage python-coverage
combine python coverage files?

I'm wondering if it's possible to combine coverage.xml files into 1 file to see global report in HTML output. I've …

python unit-testing code-coverage coverage.py python-coverage
Jenkins build inside a docker container with generated reports

I am new to Jenkins and Docker and even after some researches, I do not find the way to do …

jenkins docker pytest python-coverage