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 to 2 #2285

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2022

Bumps EnricoMi/publish-unit-test-result-action from 1 to 2.

Release notes

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

v2.0.0

Adds the following features:

  • Add support for TRX files (#287)
  • Add support for NUnit and XUnit XML files (#288 and #289)
  • Move to lxml parsing library (#286)
  • Upgrade junitparser to 2.7.0, lxml to 4.9.1, urllib3 to 1.26.11
  • Support large CDATA in JUnit XML files with ignore_runs
  • Improved logging of parse errors and tracebacks (#322, #324)
  • Fix state leakage with ignore_runs (#323)
  • Support NUnit results with inner test suites (#331)

This release contains the following breaking changes:

  • Default value for option check_name changed from "Unit Test Results" to "Test Results". If check_name is set in your config, this change is not of your concern. Add check_name: "Unit Test Results" to your config, if you want to keep the old name. Otherwise expect comments and checks with old and new name for open pull requests when moving to version 2.
  • Default value for option comment_title changed from "Unit Test Results" to "Test Results". If either check_name or comment_title is set in your config, this change is not of your concern.
  • Modes create new and update last removed for option comment_mode. Remove option comment_mode if used with either of these modes.
  • Option hiding_comments removed. Please remove this option from your config.
  • Option comment_on_pr removed. Please remove this option from your config.

This release deprecates the following features:

  • Option files is deprecated, use junit_files instead (#285)

See README.md for further details on moving to version 2.

v2.0.0-beta.4

Adds the following features:

  • Rename action name in Marketplace to "Publish Test Results" (#336)

v2.0.0-beta.3

Adds the following features:

  • Support NUnit results with inner test suites (#331)

v2.0.0-beta.2

Adds the following features:

  • Support large CDATA in JUnit XML files with ignore_runs
  • Improved logging of parse errors and tracebacks (#322, #324)
  • Fix state leakage with ignore_runs (#323)

v2.0.0-beta

Adds the following features:

  • Minor improvements on warnings and logging.

v2.0.0-alpha

Adds the following features:

  • Add support for TRX files (#287)
  • Add support for NUnit and XUnit XML files (#288 and #289)

... (truncated)

Commits
  • 2a60c5d Releasing v2.0.0
  • be326a8 Mention file formats in action description
  • 9b56b79 Fix lxml upgrade (#338)
  • 04677bd Upgrade lxml and urllib3
  • acd986f Merge branch 'master-2.x'
  • 6fc8d1f Releasing v2.0.0-beta.4
  • 2f820a8 Remove remaining unit terms except for repository name (#336)
  • cc8fa88 Remove support for macOS 10.15
  • 577d995 Releasing v2.0.0-beta.3
  • 9c0a5c1 Rename testcase-in-testcase test to testsuite-in-testsuite
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1 to 2.
- [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v1...v2)

---
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 6, 2022
@sonarcloud
Copy link

sonarcloud bot commented Oct 6, 2022

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

@github-actions github-actions bot merged commit 352ae78 into master Oct 6, 2022
@github-actions github-actions bot deleted the dependabot/github_actions/EnricoMi/publish-unit-test-result-action-2 branch October 6, 2022 00:49
jenciso pushed a commit to jenciso/argo-rollouts that referenced this pull request Oct 25, 2022
argoproj#2285)

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1 to 2.
- [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v1...v2)

---
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]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jandersen-plaid pushed a commit to jandersen-plaid/argo-rollouts that referenced this pull request Nov 8, 2022
argoproj#2285)

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1 to 2.
- [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v1...v2)

---
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]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jandersen-plaid pushed a commit to jandersen-plaid/argo-rollouts that referenced this pull request Nov 26, 2022
argoproj#2285)

Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/EnricoMi/publish-unit-test-result-action) from 1 to 2.
- [Release notes](https://github.com/EnricoMi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@v1...v2)

---
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]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants