Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1006 Bytes

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 1006 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version 1.1.3 - 2022-04-04

CHANGES:

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

Version 1.1.2 - 2022-04-04

CHANGES:

Fixed format of test duration for sonar

Version 1.1.1 - 2022-04-03

CHANGES:

  • added -v switch to output version of the tool

Version 1.1.0 - 2022-04-03

CHANGES:

(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.