-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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: Enhance artifact visualization. Fixes #8619 #8655
Conversation
Signed-off-by: Alex Collins <[email protected]>
- | | ||
mkdir -p /out/assets | ||
- name: gnuplot | ||
image: remuslazar/gnuplot |
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.
gnuplot
can create some nice charts.
args: | ||
- | | ||
go install github.com/jstemmer/go-junit-report@latest | ||
go install github.com/alexec/[email protected] |
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 had to write this myself.
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.
Can we put this in our examples folder as it's a simple script?
Signed-off-by: Alex Collins <[email protected]>
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.
LGTM. Just a small comment but not a blocker.
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Alex Collins [email protected]
Fixes #8619