Skip to content

Tags: XCTestHTMLReport/XCTestHTMLReport

Tags

4.0.0rc1

Toggle 4.0.0rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
tylervick Tyler Vick
4.0.0rc1 — first RC of the 4.0 line: the xcresulttool migration (dual…

… readers, cross-backend differential, drift detection) and the conservative UI refresh (tokens, dark mode, contrast, responsive, SVG icons). The Xcode-native redesign lands in later RCs. Notes: docs/release-notes/4.0.0.md

3.0.1rc1

Toggle 3.0.1rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
tylervick Tyler Vick
3.0.1rc1 — exercises the gh CLI release path (#414)

3.0.0

Toggle 3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
tylervick Tyler Vick
3.0.0

BREAKING CHANGE: xchtmlreport exits 3 when the generated report is
degraded, instead of exiting 0 with a success message. Reports are still
written. Pass --lenient for the previous behaviour.

Also fixes a race in attachment export that could silently drop
attachments from generated reports, and makes the test suite runnable
without credentials so fork pull requests can produce a green check.

3.0.0rc1

Toggle 3.0.0rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
tylervick Tyler Vick
3.0.0rc1

Release candidate for 3.0. Verifies notarization and publishing before
the final tag; prereleases do not trigger the Homebrew formula bump.

BREAKING CHANGE: xchtmlreport exits 3 when the generated report is
degraded, instead of exiting 0 with a success message. Reports are still
written. Pass --lenient for the previous behaviour.

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tylervick Tyler Vick
upload-artifact@v4

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
replace source of XCResultKit from tylervick/XCResultKit.git to david…

…ahouse/XCResultKit.git (#359)

2.4.2

Toggle 2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.4.2 Version Bump

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update actions for xcode 15 (#343)

* Update release.yml

* Update codecov.yml (#344)

2.3.4

Toggle 2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Preserve aspect ratio when downsizing images, add custom scaling fact…

…or flag (#325)

* resize image to 0.25 size regardless of original width

* revert package upgrades

* add downsizeScaleFactor flag

* fix test missing arg

* update README.md