Skip to content

Commit 986245d

Browse files
committed
Run the GNATcoverage report command in the background
1 parent c0763d6 commit 986245d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/vscode/ada/src/gnattest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ async function handleRunRequestedTests(
698698
DEFAULT_PROBLEM_MATCHER,
699699
),
700700
))!;
701+
gnatcovReportTask.presentationOptions.reveal = vscode.TaskRevealKind.Never;
701702
const result = await runTaskAndGetResult(gnatcovReportTask);
702703
if (result != 0) {
703704
const msg =

0 commit comments

Comments
 (0)