Skip to content

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

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)

v2.10.0

22 Sep 08:38
Compare
Choose a tag to compare

Adds the following features:

  • Allow for adding or removing test file path prefix (#495)
  • Support for Windows with Python 3.11, and macOS 13 by upgrading lxml from 4.9.1 to 4.9.3 (#387)

v2.9.0

03 Aug 13:42
Compare
Choose a tag to compare

Adds the following features:

  • Upgrade PyGithub dependency
  • Move to PyGithub implementation of retry and throttling logic (#469)