Opencover with multiple assemblies
问题 I am trying to combine three unit testing projects (three different dlls) into one OpenCover report. Is it possible? I tried to look into filters but I don't see enough detail (examples) in the OpenCover Wiki site. Can someone shed some lights on where I can start? Thanks a lot! 回答1: Yes it is possible. If you are using nunit (or some other test runner) you can (usually) run all test assemblies at the same time e.g. opencover.console.exe -register:user "-target:nunit-console.exe" "-targetargs