Closed toymachiner62 closed 6 years ago
@toymachiner62 👋 thank you for reaching and sorry that you're encountering this error. It's not expected. I suspect this could be a parsing error since under the hood the test-reporter
is transforming the Cobertura file into the JSON format of our test reports. It's hard to guess what's exactly causing that error without knowing the content of the file /home/gradle/project/build/cobertura/cobertura.ser
. Would it be possible to send us that information? You can send it over our support form. Thanks!
I just submitted a ticket with my cobertura.ser file.
Thanks! I'm gonna close this issue and we will be following up on your ticket soon.
Quick follow-up:
cobertura.ser
file. cobertura.xml
file.
Trying to report code coverage of a cobertura.ser file when running Jenkins from a multi-stage docker build and it's reporting XML syntax error. I'm no expert in cobertura or .ser files, but is this an expected error?