私はOpenCover for .net の初心者です。ドキュメントを読みました。MSTest.exe をターゲットにしてテスト アプリケーションをカバーすることに成功しましたが、ほとんどの場合、プロジェクトの単体テストを作成したくありません。その場合、ターゲットにできますか私のアプリはそのように直接:
OpenCover.console.exe "-target:D:\Coverage\Chars\bin\Debug\Chars.exe" -filter:+[*]* -output:D:\Coverage\Reports\Coverage.xml -targetdir:D:\Coverage\Chars\bin\Debug\
上記の行を試しましたが、このエラーが発生しました:
No results - no assemblies that matched the supplied filter were instrumented
this could be due to missing PDBs for the assemblies that match the filter
please review the output file and refer to the Usage guide (Usage.rtf)
いろいろ調べましたがヒットしませんでした。私は何を間違っていますか?