Skip to content

Releases: a7ex/xcresultparser

Release 1.3.1

12 Feb 14:28
Compare
Choose a tag to compare

Fixed bug where coverage would gather coverage for duplicate files

Release 1.3

11 Feb 21:39
Compare
Choose a tag to compare

Support targets in coverage

Added support for the targets filter for the coverage functions as well
Added new method to just list all target names contained in the xcresult archive

Release 1.2.2

11 Jan 22:02
6f2ad93
Compare
Choose a tag to compare

Fixes the junit output formatter, set cobertura timestamp to test execution time and improves the entire test suite.

Version 1.2.1

03 Jan 23:27
4a2a4a7
Compare
Choose a tag to compare

Make output test report format for xml output selectable. Options are .sonar or .junit.

Release 1.2.0

15 Dec 22:23
Compare
Choose a tag to compare

This release adds a new output format for coverage data: cobertura XML. It is the only one supported by GitLab coverage visualizer. (Credits go to Eliot Lash)

Release 1.1.6

06 Oct 20:30
Compare
Choose a tag to compare

Fix crash in coverage XML when output is concurrently modified.
Credits to Björn Dahlgren

Release 1.1.5

05 Jun 16:26
Compare
Choose a tag to compare

escaped quotes in markdown
changed formatting in markdown to better suit the needs for teams web hook

Release 1.1.4

01 Jun 17:14
Compare
Choose a tag to compare

Added simple markdown output (first implemented for use in Teams Webhook message).

Release 1.1.3

04 Apr 16:51
Compare
Choose a tag to compare

Changed format of test duration for sonar now from double to long

Release 1.1.2

03 Apr 23:06
Compare
Choose a tag to compare

(Kind of) Fixed the file paths in test results xml for sonarqube.

Unfortunately I didn't find the file paths for the tests in the xcresult archive.
Only the classnames of the test classes are exposed. So I use grep to find the
file in the directory provided with the '-p' parameter. That will only work on the machine
where the .xcresult file was created, because only there the files exist, which can be found by grep.

  • Fixed format of test duration for sonar
  • added -v to output tool version