cargo2junit icon indicating copy to clipboard operation
cargo2junit copied to clipboard

Can't navigate test cases in Jenkins

Open johnterickson opened this issue 5 years ago • 0 comments

https://github.com/johnterickson/cargo2junit/pull/30#issuecomment-668455790

Could you set the classname attribute only when it is available or maybe to a default value like default? Having only src/main.rs and src/lib.rs without further modules there is no path:: prefix in the JSON output. This results in classname="" in the XML output which prevents navigating the test cases in Jenkins.

johnterickson avatar Aug 10 '20 19:08 johnterickson