How can you set up test coverage reporting in CircleCI?

How can you set up test coverage reporting in CircleCI?

Hi Brett M,

To set up test coverage reporting in CircleCI, you need to use the “coverage” command. This will generate a report that will show you which lines of your code are covered by tests and which are not.