-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(deps): update module github.com/jstemmer/go-junit-report to v2 #36748
base: main
Are you sure you want to change the base?
Conversation
623eae3
to
a2538c2
Compare
|
a2538c2
to
c5e438a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't used the JUnit output, I'm not sure how to verify it's still useful. Do we use that for anything?
This reverts commit 543016a.
the $ git clean -xdf
$ make install-tools
$ ls .tools
addlicense checkfile crosslink genqlient goimports gotestsum issuegenerator misspell porto v2
builder chloggen gci gofumpt golangci-lint govulncheck mdatagen multimod testifylint
$ .tools/v2 --version
go-junit-report v2.1.0-dev (HEAD) |
This PR contains the following updates:
v1.0.0
->v2.1.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jstemmer/go-junit-report (github.com/jstemmer/go-junit-report)
v2.1.0
: Version 2.1.0Compare Source
v2.1.0 changelog
_test
suffix.-race
flag ingo test
.=== NAME
lines introduced in Go1.20testsuite
.Testsuites.WriteXML
convenience method.v2.0.0
: Version 2.0.0Compare Source
Changes since v1.0.0
go test -json
output.-subtest-mode
flag to exclude or ignore results of subtest parent tests.-in
and-out
flags for specifying input and output files respectively.-iocopy
flag to copy stdin directly to stdout.-prop
flags to set key/value properties in generated report.-parser
flag to switch between regulargo test
(default) andgo test -json
parsing.<![CDATA[]]>
tags for improved readability.hostname
,timestamp
andid
attributes to JUnit XML.formatter
andparser
packages have been replaced withjunit
andparser/gotest
packages respectively.-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.
This PR was generated by Mend Renovate. View the repository job log.