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

Commit

Permalink
Re-apply code coverage when coverage config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jun 29, 2019
1 parent 0de7e94 commit 86df86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goCover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export function updateCodeCoverageDecorators(coverageDecoratorConfig: any) {
}
}
setDecorators();
vscode.window.visibleTextEditors.forEach(applyCodeCoverage);
}

function setDecorators() {
Expand Down

0 comments on commit 86df86f

Please sign in to comment.