I’m working with pants generated cobertura coverag...
# general
j
I’m working with pants generated cobertura coverage reports for python tests. When I take a look at the report, the package names will sometimes follow a standard syntax of
com.foo.bar.blah
, but a good portion of the time I’ll receive something much less readable, like
.Users.foo.bar..pants.d.pyprep.sources.e3ffed3b0fe5ff4d0f6f9dd42ca3cd26cecb0788.blah
. Does anyone know why that is, or how I can get names that are a bit more consistent and readable?