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
{{ message }}
This repository was archived by the owner on Aug 13, 2024. It is now read-only.
In a custom pipeline for my current blockchain MVP, I managed to leverage https://github.com/jstemmer/go-junit-report to transform the output from executing go test into a JUnit/XML format that can be consumed by the TEST stage in a DevOps pipeline on the IBM Cloud.
We should incorporate this logic at some point (I can help with that). Here's how our test report looks after incorporating such functionality into our pipeline scripts: