Myles McDonnell
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Myles McDonnell created a post, Using dotcover and Lighthouse.exe
I have created a .dcvr file showing 15mb in size using lighthouse as the test runner over an xap. When I run dotcover report to xml I have the following:<?xml version="1.0" encoding="utf-8"?><Root... -
-
Myles McDonnell created a post, Exclude test assemblies from coverage report
HelloI am running the following process:- produce coverage.xml for each of 4 test assemblies in my solution- merge above- produce html report from merge output...which works fine. However, the rep...