Golang test summary coverage

Hi,

I am trying to get test coverage to work in the test summary with CircleCI 2.0
The test summary only shows the amount of tests that have been run and nothing more.
I generate a junit test report xml with go-junit-report.
In the report under the following property is listed:

However, CircleCI is not showing the information.

Am I doing something wrong?

Are you able to show your CircleCI config or Golang config, so that a reader could replicate your (lack of) results if they wished to? It is often helpful to give folks something to base their fix on, rather than letting them write a solution from scratch.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.