Skip to content

Commit 6250f49

Browse files
committed
Complete Documentation Cycle
* Execute the following commands in order: * run-nunit3-tests-release.cmd to get test report * run-opencover.cmd to get test coverage * run-reportgenerator.cmd to get HTML report of test coverage * Modify appveyor.yml to reference .cmd files
1 parent 881fa05 commit 6250f49

100 files changed

Lines changed: 81547 additions & 86508 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Build/ICSharpCode.SharpZipLib.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata minClientVersion="2.0">
44
<id>ICSharpCode.SharpZipLib-dogfood</id>
5-
<version>0.87-dogfood</version>
5+
<version>1.0-dogfood</version>
66
<title>SharpZipLib-dogfood</title>
77
<authors>IC#Code</authors>
88
<owners>IC#Code</owners>
@@ -13,12 +13,12 @@
1313
<projectUrl>http://icsharpcode.github.io/SharpZipLib/</projectUrl>
1414
<!-- iconUrl -->
1515
<licenseUrl>http://icsharpcode.github.io/SharpZipLib/#license</licenseUrl>
16-
<copyright>Copyright © 2000-2016 AlphaSierraPapa for the SharpZipLib Team</copyright>
16+
<copyright>Copyright © 2000-2016 SharpZipLib Contributors</copyright>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<!-- dependencies -->
1919
<!-- references -->
2020
<!-- frameworkAssemblies -->
21-
<tags>Compression Library Zip GZip BZip2 Tar</tags>
21+
<tags>Compression Library Zip GZip BZip2 LZW Tar</tags>
2222
</metadata>
2323
<files>
2424
<file src="ICSharpCode.SharpZipLib.dll" target="lib\Net45\" />

Build/run-nunit3-tests-debug.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
..\packages\NUnit.ConsoleRunner.3.2.1\tools\nunit3-console.exe /framework:net-4.5 /result:..\Documentation\nunit3-test-results-debug.xml ..\bin\Debug\ICSharpCode.SharpZipLib.Tests.dll
1+
packages\NUnit.ConsoleRunner.3.2.1\tools\nunit3-console.exe --framework=net-4.5 --domain=Single --testlist=ICSharpCode.SharpZipLib.Tests\PassingTests.txt --result=Documentation\nunit3-test-results-debug.xml bin\Debug\ICSharpCode.SharpZipLib.Tests.dll

Build/run-nunit3-tests-release.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
..\packages\NUnit.ConsoleRunner.3.2.1\tools\nunit3-console.exe /framework:net-4.5 /result:..\Documentation\nunit3-test-results-release.xml ..\bin\Release\ICSharpCode.SharpZipLib.Tests.dll
1+
packages\NUnit.ConsoleRunner.3.2.1\tools\nunit3-console.exe --framework=net-4.5 --domain=Single --testlist=ICSharpCode.SharpZipLib.Tests\PassingTests.txt --result=Documentation\nunit3-test-results-release.xml bin\Release\ICSharpCode.SharpZipLib.Tests.dll

Build/run-opencover.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
..\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:run-nunit3-tests-release.cmd -register:user -filter:+[ICSharpCode.SharpZipLib]* -output:..\Documentation\opencover-results-release.xml
2-
..\packages\ReportGenerator.2.4.4.0\tools\ReportGenerator.exe -reports:..\Documentation\opencover-results-release.xml -targetdir:..\Documentation\opencover
1+
packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:+[ICSharpCode.SharpZipLib]* -target:Build\run-nunit3-tests-release.cmd -output:Documentation\opencover-results-release.xml

Build/run-reportgenerator.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages\ReportGenerator.2.4.5.0\tools\ReportGenerator.exe -reports:Documentation\opencover-results-release.xml -targetdir:Documentation\opencover

Documentation/nunit3-test-results-debug.xml

Lines changed: 894 additions & 0 deletions
Large diffs are not rendered by default.

Documentation/nunit3-test-results-release.xml

Lines changed: 307 additions & 411 deletions
Large diffs are not rendered by default.

Documentation/opencover-results-release.xml

Lines changed: 15474 additions & 15402 deletions
Large diffs are not rendered by default.

Documentation/opencover/ICSharpCode.SharpZipLib_Adler32.htm

Lines changed: 191 additions & 252 deletions
Large diffs are not rendered by default.

Documentation/opencover/ICSharpCode.SharpZipLib_BZip2.htm

Lines changed: 68 additions & 107 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)