Releases: a7ex/xcresultparser
Release 1.3.1
Fixed bug where coverage would gather coverage for duplicate files
Release 1.3
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
Fixes the junit output formatter, set cobertura timestamp to test execution time and improves the entire test suite.
Version 1.2.1
Make output test report format for xml output selectable. Options are .sonar or .junit.
Release 1.2.0
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
Fix crash in coverage XML when output is concurrently modified.
Credits to Björn Dahlgren
Release 1.1.5
escaped quotes in markdown
changed formatting in markdown to better suit the needs for teams web hook
Release 1.1.4
Added simple markdown output (first implemented for use in Teams Webhook message).
Release 1.1.3
Changed format of test duration for sonar now from double to long
Release 1.1.2
(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