unfortunately, with these settings, I do not see an option run with the "don't append coverage" option. Is this possible, or do I have to change the defaultConfig setting every time I want to change the config I'm running with?
Currently there might be no perfect solution for your problem. You can remove the setting java.test.defaultConfig, then you can choose test config each time you launch the test.
Sometimes I want to append coverage, sometimes I do not.
If I specify the settings
Then I can choose whether to append or not. But usually I do want to append, so I will set this as the default:
unfortunately, with these settings, I do not see an option run with the "don't append coverage" option. Is this possible, or do I have to change the defaultConfig setting every time I want to change the config I'm running with?