Skip to content

Releases: a7ex/xcresultparser

Release 1.0.5

20 Mar 07:13
Compare
Choose a tag to compare

A small fix to improve relative paths to files in coverage xml.

Release 1.0.4

27 Dec 13:05
Compare
Choose a tag to compare

In order to add unit tests, a little rework was necessary, as executable swift packages don't work so well with unit tests. So now we have a CommandLineTool executable with uses the xcresultparser tool as library. That library can now be unit testet.

Release 1.0.3

24 Dec 10:28
6f282a7
Compare
Choose a tag to compare

Adds parameter to filter coverage targets

Release 1.0.1

02 Aug 09:36
Compare
Choose a tag to compare

Fixed broken html output

Release 1.0

02 Aug 07:41
Compare
Choose a tag to compare

It is a SPM now.

Version 0.2

30 Jul 11:08
Compare
Choose a tag to compare

Added unit test reports

Initial release

13 Jun 10:17
Compare
Choose a tag to compare

This is the initial release of this tool.
For now it can interpret an xcresult archive in different ways: coloured CLI output, html, plain text or xml.
It can also generate xml in Joint format and coverage data in generic xml format.