forked from spring-projects/spring-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade OpenCover and ReportGenerator, parameterize OpenCover to build
Now one can run coverage with open cover using -D:test.coverage.tool=opencover
- Loading branch information
Showing
13 changed files
with
311 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<configSections> | ||
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/> | ||
</configSections> | ||
|
||
<log4net> | ||
<appender name="ColoredConsoleAppender" type="log4net.Appender.ColoredConsoleAppender"> | ||
<mapping> | ||
<level value="ERROR" /> | ||
<foreColor value="White" /> | ||
<backColor value="Red, HighIntensity" /> | ||
</mapping> | ||
<mapping> | ||
<level value="DEBUG" /> | ||
<backColor value="Green" /> | ||
</mapping> | ||
<layout type="log4net.Layout.PatternLayout"> | ||
<conversionPattern value="%message%newline" /> | ||
</layout> | ||
</appender> | ||
|
||
<root> | ||
<appender-ref ref="ColoredConsoleAppender" /> | ||
</root> | ||
|
||
</log4net> | ||
|
||
</configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-188 KB
(63%)
build-support/tools/ReportGenerator/bin/ICSharpCode.NRefactory.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+89.5 KB
(170%)
build-support/tools/ReportGenerator/bin/ReportGenerator.exe
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters