You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm generating junit test reports using the go-junit-report tool which prints the stacktrace as a CDATA section in the XML output, looking something like this:
The generated PR comment does show the test has failed with the Failed message, but the stacktrace seems to be missing stackrox/collector#2044 (comment)
Environment (please complete the following information):
Fully running on GitHub Actions.
To Reproduce
Steps to reproduce the behavior:
Run some go tests and process them with go-junit-report as suggested in its README: go test -v 2>&1 ./... | go-junit-report -set-exit-code > junit.xml
Upload the report with the codecov/test-results-action GHA action.
Expected behavior
The generated PR comment should have the stacktrace as part of its body.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm generating junit test reports using the go-junit-report tool which prints the stacktrace as a
CDATA
section in the XML output, looking something like this:The generated PR comment does show the test has failed with the
Failed
message, but the stacktrace seems to be missingstackrox/collector#2044 (comment)
Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
go-junit-report
as suggested in its README:go test -v 2>&1 ./... | go-junit-report -set-exit-code > junit.xml
codecov/test-results-action
GHA action.Expected behavior
The generated PR comment should have the stacktrace as part of its body.
The text was updated successfully, but these errors were encountered: