Skip to content

Release 1.6.0

Choose a tag to compare

@a7ex a7ex released this 25 May 12:11
· 108 commits to main since this release
37da5c0

Use new command of Apple's xccov tool to speed up execution, when computing the code coverage significantly.
Before that the coverage for each code file had to be queried one by one. Now with the new xccov tool from Xcode 15 only one command and a little bit of JSON parsing is required. That is a huge performance improvement.

Add new commands to export warnings and errors in a format suitable for Gitlab Code Climate support.

Fix a bug, where code coverage executionCount would always only be one digit long.