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): bump EnricoMi/publish-unit-test-result-action from 1.25 to 2.7 #2177

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps EnricoMi/publish-unit-test-result-action from 1.25 to 2.7.

Release notes

Sourced from EnricoMi/publish-unit-test-result-action's releases.

v2.7.0

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

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

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

Adds the following features:

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

v2.5.0

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

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

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

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 (84dbe97e32cee14268d9642598ea2e5991d25417)
  • Upgrade all dependencies except lxml to latest (#394)

... (truncated)

Commits
  • 4e7013f Releasing v2.7.0
  • 68c617d Allow to publish job summary for pull_request event on fork (#441)
  • c8e55ea Add test time to case annotation (#439)
  • d7c2936 Update links on comments to point to the used version (#432)
  • 39ee91a Releasing v2.6.2
  • 9d34049 Fix wording in event type section
  • 6334727 Fix new section
  • 9d7bc1c Add section on different events types
  • 45f3496 Publish comment on pull request of event, or of commit otherwise (#438)
  • b2e8ee2 Add link for .Net testint
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 1.25 to 2.7.
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v1.25...v2.7)

---
updated-dependencies:
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 30, 2023
@dependabot dependabot bot requested review from a team, typfel, gongracr, borichellow, vitorhugods and ohassine and removed request for a team October 30, 2023 14:07
Copy link
Contributor

github-actions bot commented Nov 1, 2023

Test Results

2 672 tests   2 568 ✔️  2m 21s ⏱️
   479 suites     104 💤
   479 files           0

Results for commit a57a1e7.

♻️ This comment has been updated with latest results.

@codecov-commenter
Copy link

codecov-commenter commented Nov 1, 2023

Codecov Report

Merging #2177 (a57a1e7) into develop (e2f290b) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #2177   +/-   ##
==========================================
  Coverage      58.09%   58.09%           
  Complexity        21       21           
==========================================
  Files           1087     1087           
  Lines          41054    41054           
  Branches        3804     3804           
==========================================
  Hits           23851    23851           
  Misses         15577    15577           
  Partials        1626     1626           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2f290b...a57a1e7. Read the comment docs.

@datadog-wireapp
Copy link

datadog-wireapp bot commented Nov 1, 2023

Datadog Report

Branch report: dependabot/github_actions/EnricoMi/publish-unit-test-result-action-2.7
Commit report: 3c5a9d6

kalium-jvm: 0 Failed, 0 New Flaky, 2498 Passed, 104 Skipped, 14m 21s Wall Time

@vitorhugods vitorhugods added this pull request to the merge queue Nov 6, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 6, 2023
@yamilmedina yamilmedina enabled auto-merge November 7, 2023 14:47
@datadog-wireapp
Copy link

datadog-wireapp bot commented Nov 8, 2023

Datadog Report

Branch report: dependabot/github_actions/EnricoMi/publish-unit-test-result-action-2.7
Commit report: 8fdf64d

kalium-jvm: 0 Failed, 0 New Flaky, 2520 Passed, 104 Skipped, 7m 21.04s Wall Time

@yamilmedina yamilmedina added this pull request to the merge queue Nov 30, 2023
@datadog-wireapp
Copy link

Datadog Report

Branch report: dependabot/github_actions/EnricoMi/publish-unit-test-result-action-2.7
Commit report: 9cc0c1e

kalium-jvm: 0 Failed, 0 New Flaky, 2568 Passed, 104 Skipped, 7m 15.01s Wall Time

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 30, 2023
@yamilmedina yamilmedina added this pull request to the merge queue Nov 30, 2023
Merged via the queue into develop with commit 65eac57 Nov 30, 2023
15 checks passed
@yamilmedina yamilmedina deleted the dependabot/github_actions/EnricoMi/publish-unit-test-result-action-2.7 branch November 30, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code 👕 size: XS type: chore 🧹
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants