Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Button to Turn Code Coverage on/off #1189

Closed
abivelj opened this issue Mar 25, 2019 · 3 comments
Closed

Add Button to Turn Code Coverage on/off #1189

abivelj opened this issue Mar 25, 2019 · 3 comments
Labels

Comments

@abivelj
Copy link

abivelj commented Mar 25, 2019

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
A button on the status bar that you can click that will turn on/off the code coverage so you don't have to go to the settings and make the change when you just want to run the test without code coverage.

Describe alternatives you've considered
Going to the settings and turning it on and off.

@abivelj

This comment has been minimized.

@ntotten

This comment has been minimized.

@jairzh
Copy link

jairzh commented Jul 9, 2019

I use this plugin to toggle Code Coverage

https://marketplace.visualstudio.com/items?itemName=rebornix.toggle

{
  "key": "cmd+k cmd+t",
  "command": "toggle",
  "when": "editorTextFocus",
  "args": {
    "id": "sfdc-test-converage",
    "value": [
      {
        "salesforcedx-vscode-core.retrieve-test-code-coverage": true
      },
      {
        "salesforcedx-vscode-core.retrieve-test-code-coverage": false
      }
    ]
  }
} 

But sometime, I can not remember its on or off, if there is a button on the status bar that will better.

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

5 participants