We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0763d6 commit 986245dCopy full SHA for 986245d
integration/vscode/ada/src/gnattest.ts
@@ -698,6 +698,7 @@ async function handleRunRequestedTests(
698
DEFAULT_PROBLEM_MATCHER,
699
),
700
))!;
701
+ gnatcovReportTask.presentationOptions.reveal = vscode.TaskRevealKind.Never;
702
const result = await runTaskAndGetResult(gnatcovReportTask);
703
if (result != 0) {
704
const msg =
0 commit comments