1
私のプロジェクトのコードカバレッジの値を見ることができません。私は以下のコマンドを実行して同じコードを取得します。私は、オープンカバーバッチコマンドで--where=cat=Unit
が含まれていると私はすべてのテストケースが正常に実行されたが、私は、コード・カバレッジを見ることができなかった見OpenCover私のプロジェクトのコードカバレッジを見ることができません
C:\Users\Administrator\AppData\Local\Apps\OpenCover\OpenCover.Console.exe "-target:C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" "-targetargs:C:\Example.Tests.dll --where=cat=Unit" -register:XXX
のためにNUnitの
"C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" "C:\Example.Tests.dll" --where "cat == Unit" --result:Example.nunit-result.xml
については
。私の最後から何が欠けているのですか?
sonarqube result of my projectのスクリーンショット。
** GUIの結果はどうですか** –
@LeiYang私はsonarqubeの結果を追加しました – Kally