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:
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...
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...