Karma では、karma conf ファイルを使用してテスト カバレッジを確認できます。
reporters
Type: Array
Default: ['progress']
CLI: --reporters progress,growl
Possible Values:
dots
progress
junit
growl
coverage
Description: A list of reporters to use.
私が抱えている問題は、テスト カバレッジに依存関係が含まれていることです。特定のファイルをテストしたくないので、それらをテスト範囲から除外するにはどうすればよいですか。