OpenCover / opencover

A code coverage tool for .NET 2 and above (WINDOWS OS only), support for 32 and 64 processes with both branch and sequence points

Home Page:https://blog.many-monkeys.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Coverage of Windows Store Applications on Windows 8

sawilde opened this issue · comments

Hi, does this mean that it does not support the Windows Phone 8.1 apps yet? If it does then can you please answer this question? Thanks

nope - the profiler will only run on windows OS as it uses native c++ and the profiler API - you can however profiler your libraries on windows if you use Portable Class Libraries and run your tests locally.

@syeds-git, did you do the code coverage with opencover?
I'm having the same issue.

I think support for Universal (Windows 10) Apps development would benefit a lot from support from a tool like this one. Currently VS2015 doesn't support calculating code coverage, although it does support unit tests for UWP Apps.