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

Update module github.com/jstemmer/go-junit-report to v2 #31440

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/jstemmer/go-junit-report v1.0.0 -> v2.1.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

⚠️ MAJOR VERSION UPDATE ⚠️ - please manually update this package


Release Notes

jstemmer/go-junit-report (github.com/jstemmer/go-junit-report)

v2.1.0: Version 2.1.0

Compare Source

v2.1.0 changelog

  • Fix #​147: Make timestamps in generated report more accurate.
  • Fix #​140: Escape illegal XML characters in junit output.
  • Fix #​145: Handle build errors in test packages with the _test suffix.
  • Fix #​145: Don't ignore build errors that did not belong to a package.
  • Fix #​134: Json test output was not parsed correctly when using the -race flag in go test.
  • Add support for === NAME lines introduced in Go1.20
  • junit: Add File attribute to testsuite.
  • junit: Allow multiple properties with the same name.
  • junit: Add the Testsuites.WriteXML convenience method.

v2.0.0: Version 2.0.0

Compare Source

Changes since v1.0.0

  • Support for parsing go test -json output.
  • Distinguish between build/runtime errors and test failures.
  • JUnit report now includes output for all tests and benchmarks, and global output that doesn't belong to any test.
  • Use full Go package name in generated report instead of only last path segment.
  • Add support for reading skipped/failed benchmarks.
  • Add -subtest-mode flag to exclude or ignore results of subtest parent tests.
  • Add -in and -out flags for specifying input and output files respectively.
  • Add -iocopy flag to copy stdin directly to stdout.
  • Add -prop flags to set key/value properties in generated report.
  • Add -parser flag to switch between regular go test (default) and go test -json parsing.
  • Output in JUnit XML is written in <![CDATA[]]> tags for improved readability.
  • Add hostname, timestamp and id attributes to JUnit XML.
  • Improve accuracy of benchmark time calculation and update formatting in report.
  • No longer strip leading whitespace from test output.
  • The formatter and parser packages have been replaced with junit and parser/gotest packages respectively.
  • Add support for parsing lines longer than 64KiB.
  • The JUnit errors/failures attributes are now required fields.
  • Drop support for parsing pre-Go1.13 test output.
  • Deprecate -go-version flag.

Configuration

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

🚦 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 27, 2024 12:38
@renovate renovate bot added the dependency-major-update Indicates a dependency major version bump label Feb 27, 2024
@renovate renovate bot requested a review from jpkrohling February 27, 2024 12:38
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Feb 28, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Feb 29, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Mar 1, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Mar 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-jstemmer-go-junit-report-2.x branch from 771acaa to 58a778a Compare March 12, 2024 12:49
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Mar 12, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Mar 25, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Mar 26, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Mar 28, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Mar 28, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Apr 4, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-jstemmer-go-junit-report-2.x branch from 58a778a to 6c2d072 Compare April 14, 2024 09:41
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Apr 15, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-jstemmer-go-junit-report-2.x branch from 6c2d072 to d771329 Compare April 21, 2024 11:33
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Apr 22, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Apr 23, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 Apr 29, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 Apr 29, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 May 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-jstemmer-go-junit-report-2.x branch from d771329 to fea8a94 Compare May 7, 2024 16:32
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 May 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-jstemmer-go-junit-report-2.x branch from fea8a94 to 10f4e5f Compare May 9, 2024 10:34
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 May 16, 2024
@renovate renovate bot changed the title Update module github.com/jstemmer/go-junit-report to v2 fix(deps): update module github.com/jstemmer/go-junit-report to v2 May 16, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/jstemmer/go-junit-report to v2 Update module github.com/jstemmer/go-junit-report to v2 May 17, 2024
@atoulme atoulme added the Skip Changelog PRs that do not require a CHANGELOG.md entry label May 19, 2024
Copy link
Contributor

github-actions bot commented Jun 3, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-major-update Indicates a dependency major version bump internal/tools Skip Changelog PRs that do not require a CHANGELOG.md entry Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant