Hello everyone, I just wanted to know if pants sup...
# general
r
Hello everyone, I just wanted to know if pants supports merging xunit reports?
e
It does not. I think the only real reason is ignorance of a tool that can do this. For coverage we merge, but that's because coverage includes a merge tool (
coverage combine
). See here for the overview of that handling: https://github.com/pantsbuild/pants/blob/eeb3fd97710c9f37fd7344ee584f263065ac33e7/src/python/pants/backend/python/goals/coverage_py.py#L68-L86
r
I'll open a feature request and try to implement it.
🙌 2
e
Great!
f
Fwiw I was using this tool in CI for a few months now as a cli command, and it works
👍 1