From 6084b5d119eb35763ea78c672a3b7f319e2a7028 Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Thu, 3 Nov 2011 19:02:44 -0400 Subject: [PATCH] SPRNET-1472 wire up opencover to run coverage on all tests aggregated together at once --- Spring.build | 15 ++++-- common-project.include | 103 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 112 insertions(+), 6 deletions(-) diff --git a/Spring.build b/Spring.build index 30dd8597..8243f7b7 100644 --- a/Spring.build +++ b/Spring.build @@ -148,6 +148,7 @@ Commandline Examples: + @@ -509,7 +510,7 @@ Commandline Examples: - + - + @@ -540,7 +542,7 @@ Commandline Examples: - + @@ -562,7 +564,7 @@ Commandline Examples: - + @@ -597,7 +599,7 @@ Commandline Examples: - + @@ -616,6 +618,9 @@ Commandline Examples: + + + - + @@ -347,6 +349,105 @@ ${tool.dir} : dir for tools + + + + + + + + + + + + + <NUnitProject> + <Settings activeconfig="Default" /> + <Config name="Default" binpathtype="Auto"> + </Config> + </NUnitProject> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +