There was an error while loading. Please reload this page.
It should be possible to add
const runProfile = controller.createRunProfile( "Coverage", vscode.TestRunProfileKind.Coverage, (request, token) => { ... } );
Depends on #306