Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 23, 2025

This PR contains the following updates:

Package Type Update Change
EnricoMi/publish-unit-test-result-action action minor v2 -> v2.19.0

Release Notes

EnricoMi/publish-unit-test-result-action (EnricoMi/publish-unit-test-result-action)

v2.19.0

Compare Source

Adds the following improvements:

  • Add option to verify SSL/TLS connection (#​638)
  • Mention composite replacement in README.md (#​647)
  • Quote $PYTHON_BIN in deprecated composite action (#​646)

v2.18.0

Compare Source

Adds the following improvements:

  • Support Python 3.13 (#​632)
  • Upgrade dependencies (#​566)
  • Use unicode emojis (instead of markdown) (#​631)

v2.17.1

Compare Source

Fixes the following issue:

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

v2.17.0

Compare Source

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

Compare Source

Fixes quoting issue in Windows bash action (#​587)

v2.16.0

Compare Source

This improves dependencies:

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

v2.15.1

Compare Source

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

v2.15.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

Adds the following features:

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

v2.8.0

Compare Source

Adds the following features:

  • Add github_token_actor option to support Github App installation or App user token (#​460)
  • Upgrade dependencies, drop Python 3.6 (#​457)

This release removes support for Python 3.6. Please use action version 2.7 with Python 3.6.

uses: EnricoMi/[email protected]

v2.7.0

Compare Source

Adds the following features:

  • Add test time to case annotation (test failures and errors) (#​439)
  • Allow to publish job summary for pull_request event on fork (#​441)
  • Links in comments point to README.md version that matches the used action (#​432)

v2.6.2

Compare Source

Fixes the following issues:

  • Publish comment on the pull request of the event, or on the pull request of the commit otherwise (#​438)

In contrast to v2.6.1, the action falls back to the commit's pull requests when the event does not provide a PR.

v2.6.1

Compare Source

Fixes the following issues:

  • Publish comments only to the pull request that triggered the action (not all commit's pull requests) (#​428)

This means that the action only publishes pull request comments on pull_request events (and workflow_run events triggered from pull_request events). The action running on either pull request used to overwrite the other pull request's results. This is not useful since different pull requests that share a commit may have different results.

v2.6.0

Compare Source

Adds the following features:

  • Reduce likelihood of secondary rate limit errors (#​425)

v2.5.0

Compare Source

Adds the following features:

  • Add support for Dart and Mocha JSON test results (#​404)
  • Speed up composite action by caching PIP packages (#​418, #​422)
  • Speed up package installation by always installing wheel package
  • Pin versions of all transient dependencies so that composite action always uses the same versions (#​421)
  • Speed up parsing large TRX files by adding lookup index (#​417)
  • Restrict XSLT permissions used for non-JUnit XML files (#​415)
  • Add explicit number typing to XSLT (#​416)

v2.4.2

Compare Source

Fixes the following issues:

  • Fix list of added/removed tests when test list is spread over multiple annotations (#​407)
  • Log detected file types only if there actually are files
  • Remove deprecation comment from composite action.yaml

v2.4.1

Compare Source

Adds the following features:

  • Auto-detect file format, re-introduce the FILES option (#​395)
  • Add option to parse XML with huge tree option (#​400)

v2.3.0

Compare Source

Adds the following features:

  • Add suite logs as annotations (#​392)
  • Add action_fail option to fail publish action on test failures (#​378)
  • Fix action example that fetches all artifacts from triggering workflow (84dbe97)
  • Upgrade all dependencies except lxml to latest (#​394)

v2.2.0

Compare Source

Adds the following features:

  • Add option to write test cases to JSON file (#​366)

v2.1.0

Compare Source

Adds the following features:

  • Include test case stdout and stderr in annotation details (#​358)
  • Use GHA env file to set output, fall back to stdout command (#​360)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from bkeryan, maxxboehme and zhindes as code owners May 23, 2025 17:14
@github-actions
Copy link
Contributor

Test Results

    34 files  ±0      34 suites  ±0   57m 44s ⏱️ -25s
 2 461 tests ±0   2 091 ✅ ±0    370 💤 ±0  0 ❌ ±0 
43 920 runs  ±0  37 508 ✅ ±0  6 412 💤 ±0  0 ❌ ±0 

Results for commit 33af77e. ± Comparison against base commit 55b246c.

@bkeryan bkeryan merged commit 0d5771b into master May 23, 2025
17 checks passed
@renovate renovate bot deleted the users/renovate/enricomi-publish-unit-test-result-action-2.x branch May 23, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants