0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VSCodeにApex テストのコードカバレッジのハイライトを付ける

Last updated at Posted at 2022-12-21

Apex テストクラスを実行した後に通ったコードと通らないを見分けするためにテスト後に本体のクラスファイルにハイライト表示させることができます。それはsalesforce本体のコンソールだけでなくVSCodeでも同じことができます。もし、テスト実行した後に不表示の場合は設定がたりないかもしれません。この記事ではその設定方法を詳しく紹介します。

1.settingを開く

Ctrl+,でSettingパネルを開くことができます。

image.png

2.設定変更

salesforcedx-vscode-coreと検索して範囲を絞り込み、salesforcedx-vscode-core.retrieve-test-code-coverageにチェックを付ける。
image.png

3.テストを行い変更を確認

settingを変更した後にテストを実行して確認しましょう。
image.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?