a7ex / xcresultparser

Parse the binary xcresult bundle from Xcode builds and testruns
MIT License
83 stars 24 forks source link

Changed the Junit xml slightly in order to be compatible with Jenkins… #38

Closed a7ex closed 2 days ago

a7ex commented 2 days ago

… plugin

It looks like the Jenkins plugin (https://plugins.jenkins.io/xunit/) expects: only 3 decimal places after the . in the time attribute an errors attribute, even if errors=0 on the testsuite

VirtualTim commented 2 days ago

Fixes #37.