a7ex / xcresultparser

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

Hotfix/high number fix #30

Closed a7ex closed 1 month ago

alexdeem commented 1 month ago

Would using a UInt64 for execution counts be cleaner than parsing as a Double and converting back to Int?

a7ex commented 1 month ago

Would using a UInt64 for execution counts be cleaner than parsing as a Double and converting back to Int?

I didn't expect Codable to accept UInt64.

a7ex commented 1 month ago

Would using a UInt64 for execution counts be cleaner than parsing as a Double and converting back to Int?

Thanks for pointing that out. Apparently UInt64 is what Xcode is using for the executionCount.