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

Code coverage does not update properly using "gutter" #1716

Closed
FryDay opened this issue Jun 6, 2018 · 1 comment
Closed

Code coverage does not update properly using "gutter" #1716

FryDay opened this issue Jun 6, 2018 · 1 comment

Comments

@FryDay
Copy link

FryDay commented Jun 6, 2018

Using these settings:

    "go.coverOnSave": true,
    "go.coverageDecorator": {
        "type": "gutter",
        "coveredHighlightColor": "rgba(64,128,128,0.5)",
        "uncoveredHighlightColor": "rgba(128,64,64,0.25)",
        "coveredGutterStyle": "blockgreen",
        "uncoveredGutterStyle": "slashred"
    },

Code coverage does not properly update on save. I have to restart vscode to update the coverage. Changing the type to highlight restores functionality.

@ramya-rao-a
Copy link
Contributor

Thank for reporting! This bug got introduced in the last release.
Fixed with abe9724

I just released an update (0.6.82) that has the fix

@ramya-rao-a ramya-rao-a added the bug label Jun 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants