Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update enricomi/publish-unit-test-result-action action to v2.18.0 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2023

This PR contains the following updates:

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

Release Notes

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

@github-actions
Copy link

github-actions bot commented Feb 25, 2023

Test Results

31 tests  ±0   31 ✅ ±0   11s ⏱️ ±0s
16 suites ±0    0 💤 ±0 
16 files   ±0    0 ❌ ±0 

Results for commit 7cc4200. ± Comparison against base commit 17a81a1.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch 2 times, most recently from ad20743 to 238bdce Compare March 9, 2023 11:28
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.4.2 chore(deps): update enricomi/publish-unit-test-result-action action to v2.5.0 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 238bdce to 98fb4f5 Compare March 18, 2023 07:53
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.5.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.6.0 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 98fb4f5 to 8d071dc Compare March 20, 2023 10:36
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.6.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.6.1 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 8d071dc to 5bf4b6f Compare March 21, 2023 16:12
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.6.1 chore(deps): update enricomi/publish-unit-test-result-action action to v2.6.2 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 5bf4b6f to 5bac21c Compare April 11, 2023 15:53
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.6.2 chore(deps): update enricomi/publish-unit-test-result-action action to v2.7.0 Apr 20, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 5bac21c to df3d137 Compare April 20, 2023 07:54
@sonarcloud
Copy link

sonarcloud bot commented Apr 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.7.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.8.0 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from df3d137 to 2506928 Compare June 20, 2023 11:42
@sonarcloud
Copy link

sonarcloud bot commented Jun 20, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.8.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.9.0 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 2506928 to 19327e4 Compare August 3, 2023 14:33
@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.9.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.10.0 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 19327e4 to 01f2dfc Compare September 22, 2023 09:56
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.10.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.11.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 01f2dfc to e13711d Compare October 10, 2023 15:47
@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from e13711d to d2195ad Compare December 22, 2023 16:40
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.11.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.12.0 Dec 22, 2023
Copy link

sonarcloud bot commented Dec 22, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from d2195ad to 85dea75 Compare January 26, 2024 14:32
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.12.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.13.0 Feb 3, 2024
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch 2 times, most recently from bb3e8cb to e4fe956 Compare February 6, 2024 13:40
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.13.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.14.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from e4fe956 to bb710de Compare February 27, 2024 12:05
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.14.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.15.0 Feb 27, 2024
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.15.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.15.1 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from bb710de to 25af6ed Compare February 28, 2024 11:05
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 25af6ed to e7c2bbc Compare March 20, 2024 17:49
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.15.1 chore(deps): update enricomi/publish-unit-test-result-action action to v2.16.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from e7c2bbc to b3b752f Compare March 21, 2024 19:24
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.16.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.16.1 Mar 21, 2024
Copy link

sonarcloud bot commented Mar 21, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from b3b752f to 5ae2305 Compare July 11, 2024 14:45
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.16.1 chore(deps): update enricomi/publish-unit-test-result-action action to v2.17.0 Jul 11, 2024
Copy link

sonarcloud bot commented Jul 11, 2024

@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 5ae2305 to 0411c0c Compare September 4, 2024 15:35
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.17.0 chore(deps): update enricomi/publish-unit-test-result-action action to v2.17.1 Sep 4, 2024
Copy link

sonarcloud bot commented Sep 4, 2024

@renovate renovate bot force-pushed the renovate/enricomi-publish-unit-test-result-action-2.x branch from 0411c0c to 7cc4200 Compare October 22, 2024 22:06
@renovate renovate bot changed the title chore(deps): update enricomi/publish-unit-test-result-action action to v2.17.1 chore(deps): update enricomi/publish-unit-test-result-action action to v2.18.0 Oct 22, 2024
Copy link

sonarcloud bot commented Oct 22, 2024

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.

0 participants