Generate coverage report for all test files

Is it possible to run multiple or all tests with Coverage in one go? It looks like I can only run  a specific test with Coverage as the document suggests:

0
1 comment

You can create a run configuration for all your tests (*All tests* or *All in directory* options, depending on your test runner) and run this configuration with coverage. Configurations can be created via Run | Edit Configurations...

1

Please sign in to leave a comment.