Ned Batchelder
Ned Batchelder
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- FYI, code2coverage has put in a fix and things are working for me now. Thanks!
*Original comment by* **Bence Nagy (Bitbucket: [underyx](https://bitbucket.org/underyx), GitHub: [underyx](https://github.com/underyx))** ---------------------------------------- FWIW the [SonarQube Python Plugin's coverage importer](https://docs.sonarqube.org/display/PLUG/Python+Coverage+Results+Import) is also utterly confused by these changes.
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- I've confirmed that files in different modules with the same name (i.e. __init__.py) never did show in my coverage output...
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- Yes, I see that though I never noticed the problem before. I'll have to think a bit to understand why....
Just so we're clear: my point is about the *old behavior* in coverage.py *4.3.4*: it didn't include all of the files in the XML report if the files had same...
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- Yes, coverage1.xml shows the single __init__.py file problem, and the coverage2.xml files shows just the filespec problem tools will have...
Yes, thanks. When I run this code with coverage 4.3.4, `two/__init__.py` is in the coverage1.xml file, but `one/__init__.py` is not. Even if I add an executable line to each of...
*Original comment by* **David Multer (Bitbucket: [dmulter](https://bitbucket.org/dmulter), GitHub: [dmulter](https://github.com/dmulter))** ---------------------------------------- sorry, pull again
Also, the `__init__.py` files are still empty?
Thanks, but it looks like .coveragerc_noinitfiles is missing.