coverage combine doesn't work with rcfile · Issue #385 · nedbat/coveragepy (original) (raw)
Originally reported by Anonymous
Hi,
I have plenty of .coverage.* files and trying to combine them by running:
% coverage combine --rcfile .coveragerc
Where .coveragerc looks like:
[paths]
my_dirs =
<path 1>
<path 2>
It used to work with 4.0a5 but not working with 4.0a6
Thanks,
Maoz
- Bitbucket: https://bitbucket.org/ned/coveragepy/issue/385
- This issue had attachments: coverage_bug.tar.gz. See the original issue for details.