Releases: a7ex/xcresultparser
Release 1.8.3
Release 1.8.2
Fix performance of command to generate junit xml for xml with paths for the test classes.
xcresultparser -o xml <XCResultBundle>
should be magnitudes faster now!
Release 1.8.1
Hotfix Release
fixed bug which causes malformat of issues
Release 1.8.0
Add new parameter '--excluded-path' in order to exclude specified paths for coverage and warnings-and-errors
Add unit tests for the new feature
Read submission ID from notarization call in order to echo the entire command for 'notarytool' info and 'notarytool log', so we can copy and paste it into the terminal
Add new xcresult file to test xcresult with errors
Release 1.7.2
Swift 5.9 is better choice over 5.10 in terms of compatibility
Release 1.7.1
- revert changes to Package.swift so we can build with Xcode 15 again
Release: 1.7.1-prerelease-2024-07-30
Full Changelog: 1.7.0...1.7.1-prerelease-2024-07-30
- Fixes compilation with Xcode 15.4
- Fixes unit test on GitHub CI
Release 1.7.0
New version 1.7.0 is now Xcode 16 compatible.
The xcresulttool command line tool, which comes with the developer tools of Xcode 16, changed the API. And so the Swift Package XcresultKit had to be updated.
Release 1.6.5
Changed the Junit xml slightly in order to be compatible with Jenkins 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
Release 1.6.4
removed swiftlint plugin from Package.swift file, as it seems to not work with commandline tools?