Ned Batchelder
Ned Batchelder
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- Please check the repo again for a second variation of this bug.
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- No, I think that's a side effect of not having any actual code to test in my example. You could...
@dmulter thanks for that. I'm trying to understand the old behavior you want back. When I run your code under coverage==4.3.4, only `two/__init__.py` is in the XML output. `one` is...
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- I also created an issue for this in the coverage2clover repo - https://github.com/tumb1er/coverage2clover/issues/10
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- https://github.com/dmulter/coverage2clover_bug
I want to make tools work, but I want all of them to work. I'm not going to simply revert the change. I'll make an improvement that will help everyone....
*Original comment by* **Benjamin Morgan (Bitbucket: [bj_morgan](https://bitbucket.org/bj_morgan), GitHub: Unknown)** ---------------------------------------- This change from 4.3.4 → 4.4 has also broken compatibility with the codeclimate test reporter. See https://github.com/codeclimate/python-test-reporter/issues/40
@dmulter @postrational Can you provide me with a reproducible example, even if it's a link to an online repo with instructions of how to run the tests? I want to...
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- No idea on how source paths is used, but the coverage2clover tool seems to just do an open() on the...
Yes, I see the problem, sorry. What is the correct behavior here? This was to fix https://bitbucket.org/ned/coveragepy/issues/526/generated-xml-invalid-paths-for-cobertura. How are the source paths and the filenames supposed to be combined?