I’m having some trouble understanding how to set up test summaries. I set up a directory test-results with subdirectories coverage and nose. And circleci says it’s saving the information there. But I don’t see a test summary. With coverage I have the html_report directory set to test-reports/coverage but I don’t think it does anything.
How can I tell nose/coverage to output reports to these directories?
Is there a standard way to achieve this?
Thanks