Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
priitlatt committed Oct 18, 2024
1 parent 8ced5b1 commit e0fd0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This release contains changes from [PR #431](https://github.com/codemagic-ci-cd/
**Features**
- Use new `xcresulttool` APIs for XcResult parsing when Xcode 16+ is selected. Applies to `xcode-project` actions `run-tests`, `test-summary` and `junit-test-results`.

**Bugfixes**
- Omit `failures` and `errors` attributes from JUnit `<testsuites>` in case none of the child `<testsuite>` elements specify those values instead of setting them to `0`.

**Development**
- Add new XcResult to JUnit test results converter implementation `Xcode16XcResultConverter`.
- Rename `XcResultConverter` to `LegacyXcResultConverter`.
Expand Down

0 comments on commit e0fd0ef

Please sign in to comment.