Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 86df86f

Browse files
committed
Re-apply code coverage when coverage config changes
1 parent 0de7e94 commit 86df86f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/goCover.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export function updateCodeCoverageDecorators(coverageDecoratorConfig: any) {
9494
}
9595
}
9696
setDecorators();
97+
vscode.window.visibleTextEditors.forEach(applyCodeCoverage);
9798
}
9899

99100
function setDecorators() {

0 commit comments

Comments
 (0)