Jair Zheng
Jair Zheng
@kevinohara80 Thanks for following up my issue. I upgraded my dmc to the `v1.5.1` and `run dmc test -a --coverage -o myorg`, it doesn't work for me, I got the...
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":...