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 #35265

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2024

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team September 17, 2024 22:04
@renovate renovate bot added the dependency-major-update Indicates a dependency major version bump label Sep 17, 2024
@renovate renovate bot requested a review from codeboten September 17, 2024 22:04
@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 Sep 30, 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 Sep 30, 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 Oct 3, 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 Oct 10, 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 Oct 10, 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 Oct 10, 2024
@bogdandrutu bogdandrutu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Oct 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-jstemmer-go-junit-report-2.x branch from de7efcb to 2518f56 Compare October 14, 2024 19:26
@renovate renovate bot requested a review from a team as a code owner October 14, 2024 19:26
@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 Oct 18, 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 Oct 18, 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 Oct 23, 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 Oct 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 Oct 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 Oct 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 Oct 30, 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 Oct 31, 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 Nov 8, 2024
@atoulme atoulme force-pushed the renovate/github.com-jstemmer-go-junit-report-2.x branch from 2518f56 to 623eae3 Compare November 9, 2024 05:00
Copy link
Contributor

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 Nov 23, 2024
Copy link
Contributor

github-actions bot commented Dec 8, 2024

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Dec 8, 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.

3 participants