Skip to content

Releases: EnricoMi/publish-unit-test-result-action

v2.17.1

04 Sep 12:57
Compare
Choose a tag to compare

Fixes the following issue:

  • Fix failing check run creation when no path or error message exists (#621)

v2.17.0

11 Jul 13:53
567cc7f
Compare
Choose a tag to compare

Adds the following improvements:

  • Avoid escaped quotes in Windows PowerShell action, fixes syntax error in some self-hosted Windows runners (#603)
  • Upgrade dependencies to latest versions to fix four vulnerabilities (#606)

v2.16.1

21 Mar 17:42
Compare
Choose a tag to compare

Fixes quoting issue in Windows bash action (#587)

v2.16.0

20 Mar 17:26
Compare
Choose a tag to compare

This improves dependencies:

  • Pin dependencies based on Python version (#585)
  • Upgrade dependencies to latest version (#585)

v2.15.1

28 Feb 07:55
Compare
Choose a tag to compare

This fixes a typo in the windows action (#580).

v2.15.0

27 Feb 10:24
Compare
Choose a tag to compare

This release deprecates composite action uses: EnricoMi/publish-unit-test-result-action/composite@v2 (#576)

Instead, use either of

  • Linux (Bash shell): uses: EnricoMi/publish-unit-test-result-action/linux@v2
  • macOS (Bash shell): uses: EnricoMi/publish-unit-test-result-action/macos@v2
  • Windows (PowerShell): uses: EnricoMi/publish-unit-test-result-action/windows@v2
  • Windows (Bash shell): uses: EnricoMi/publish-unit-test-result-action/windows/bash@v2

Or continue to use the Docker action uses: EnricoMi/publish-unit-test-result-action@v2.

Adds the following features:

  • OS-specific composite actions, supports Windows PowerShell (#576)
  • Fix grouping lines in GitHub actions output (#577)

v2.14.0

06 Feb 10:40
Compare
Choose a tag to compare

Adds the following features:

  • Publish JSON even when check_run is false (#568)
  • Quote vars in composite action to support values with spaces (#571)
  • Uprade actions/cache to 4 in composite action (#574)

v2.13.0

03 Feb 11:13
Compare
Choose a tag to compare

Adds the following features:

  • Upgrade lxml to 5.1.0 (#433)
  • Rework how composite action checks and installs virtualenv / venv package, and activates virtual environment (#558)

v2.12.0

22 Dec 15:41
Compare
Choose a tag to compare

Adds the following features:

  • Add option to disable status checks (#532)
  • Fix action_fail_on_inconclusive, which was not working (#543)
  • Improve emoji for passed tests (changed from   to ✅) (#542)
  • Remove link from emojis in summary markdown (#540)
  • Handle incomplete / none JSON elements (#530)
  • Action warns about usage of absolute paths (#519)
  • Upgrade dependencies (#523)

v2.11.0

10 Oct 15:13
Compare
Choose a tag to compare

Adds the following features:

  • Reduce output from action_fail (#511)
  • Support running as ARM images (#512, #513, #514)
  • Use virtualenv in composite action to isolate package installation (#501)
  • Update urllib3 and charset-normalizer dependencies (#507)