1. Create a .coveragerc file with [run]parallel=True 2. Run tests with "coverage run" 3. Combine the data files with "coverage combine" 4. Run "coverage report". Nothing is displayed. Reported by Ben Bangert ---------------------------------------- - Bitbucket: https://bitbucket.org/ned/coveragepy/issue/49