Parallelized code no longer being reported as covered

Issue #20 resolved
Jason Wang created an issue

After merging P1640, the coveralls coverage report no longer claims the parallelized code is covered (e.g. parallelized.py no longer has _klip_section_multifile() or _klip_section_multifile_perfile() convered, whereas they were previously covered, as indicated with the red down arrows).

Note that this just changed when I merged P1640 to master.

Repo: run py.test and look at coverage report

Comments (2)

  1. Log in to comment