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?