
2,923
Downloads
39
Downloads of v 4.7.922
2/10/2019
Last update
An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above (including Silverlight). Also capable of handling 32 and 64 bit processes. Use ReportGenerator for best viewing results (also available via Nuget).
To install OpenCover - an open source code coverage tool for .NET, run the following command from the command line or from PowerShell:
C:\> choco install opencover
To upgrade OpenCover - an open source code coverage tool for .NET, run the following command from the command line or from PowerShell:
C:\> choco upgrade opencover
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'opencover' $installerType = 'msi' $silentArgs= '/quiet' $url = 'https://github.com/OpenCover/opencover/releases/download/4.7.922/opencover.4.7.922.msi' $checkSum = "87EBF6C0172BE019238C615431F916B8905C17632EF55A9796980C777499F94A" Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes @(0) -ChecksumType "sha256" -Checksum $checkSum
Virus Scan Results
- OpenCover.4.7.922.nupkg (3ad4f665e155) - ## / 59 - Log in or click on link to see number of positives
- opencover.4.7.922.msi (87ebf6c0172b) - ## / 58 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
OpenCover - an open source code coverage tool for .NET 4.7.922 | 39 | Sunday, February 10, 2019 | approved |
OpenCover Code Coverage 4.6.166 | 2884 | Tuesday, August 11, 2015 | approved |
Discussion for the OpenCover - an open source code coverage tool for .NET Package
Ground rules:
- This discussion is only about OpenCover - an open source code coverage tool for .NET and the OpenCover - an open source code coverage tool for .NET package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or OpenCover - an open source code coverage tool for .NET, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.