https://pantsbuild.org/ logo
r

rhythmic-glass-66959

08/29/2022, 12:37 PM
Hello everyone, I just wanted to know if pants supports merging xunit reports?
e

enough-analyst-54434

08/29/2022, 2:09 PM
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

rhythmic-glass-66959

08/29/2022, 2:11 PM
I'll open a feature request and try to implement it.
🙌 2
e

enough-analyst-54434

08/29/2022, 2:21 PM
Great!
f

fresh-cat-90827

08/30/2022, 8:25 AM
Fwiw I was using this tool in CI for a few months now as a cli command, and it works
👍 1