Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
480,978
Downloads of v 1.13.0:
28,036
Last Update:
16 Feb 2021
Package Maintainer(s):
Software Author(s):
- Larz White
- Kim J. Nordmo
Tags:
coverage codecov- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Codecov
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
480,978
Downloads of v 1.13.0:
28,036
Maintainer(s):
Software Author(s):
- Larz White
- Kim J. Nordmo
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Codecov, run the following command from the command line or from PowerShell:
To upgrade Codecov, run the following command from the command line or from PowerShell:
To uninstall Codecov, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download codecov --internalize --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade codecov -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade codecov -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure codecov installed
win_chocolatey:
name: codecov
state: present
version: 1.13.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'codecov' do
action :install
version '1.13.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: codecov,
Version: 1.13.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller codecov
{
Name = 'codecov'
Ensure = 'Present'
Version = '1.13.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'codecov':
provider => 'chocolatey',
ensure => '1.13.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install codecov version="1.13.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 16 Feb 2021.
A global executable uploader for PowerShell and Windows Command Line (cmd), which allows users to upload code coverage reports to Codecov. This uploader supports Windows 7 (x64) and above.
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
Destination = $toolsDir
FileFullPath = "$toolsDir/codecov-win7-x86.zip"
FileFullPath64 = "$toolsDir/codecov-win7-x64.zip"
PackageName = $env:chocolateyPackageName
}
Get-ChocolateyUnzip @packageArgs
md5: B9A053267D42D530366544D792DD583F | sha1: E3B89EF69F076F52361004DF485057522852F6F6 | sha256: 69BB5A11B998075C6A89A8E6908932FBCE5CE5E3EEE156DDDBB995C631B8A8F9 | sha512: 0052AA04975350F89F986E8C8226BB0341E475AD148BEB7F989CE3277ACA6E4069CA62872E5F74A5FD44B0E7865321D9F8763B0F0DA7A7D74CCF4979E65889CA
md5: 40ABAC9352D0812B0B41E018689974E4 | sha1: 9571577F13AD49DE017F7A981518AD6C8707313D | sha256: 8967018EA188B99767F016BD24CCA347933E811AC9F490DFDB343A73051DF8AB | sha512: 1A735DF9066D77581D40BEDB55CBB015D4B102A957EFFC67590B23EC7C73CD58404CFD44135E9A4E126C9F875E5FF71201AAC2235F3894FB9F67BE7DE3DB8A8B
MIT License
Copyright (c) 2017-2020 Larz White, Kim J. Nordmo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is being officially provided by the developers of Codecov exe.
The zip archive included in the package should match the same files
provided on our github release page: https://github.com/codecov/codecov-exe/releases
The included license is also available at: <https://github.com/codecov/codecov-exe/blob/e631d74555dcf89c3de9ea83884610e2a2375482/LICENSE>
Log in or click on link to see number of positives.
- codecov.1.13.0.nupkg (f6ade9c49393) - ## / 61
- codecov-win7-x64.zip (69bb5a11b998) - ## / 65
- codecov-win7-x86.zip (8967018ea188) - ## / 65
- clrcompression.dll (aabe3d890b1a) - ## / 68
- clrjit.dll (679a11f2ddf7) - ## / 69
- codecov.exe (aacae6797368) - ## / 70
- coreclr.dll (4cec5c988200) - ## / 68
- mscordaccore.dll (dfa1641a258d) - ## / 58
- clrcompression.dll (23e169ff252f) - ## / 68
- clrjit.dll (b20e6c06cefb) - ## / 68
- codecov.exe (fe8529b16a14) - ## / 70
- coreclr.dll (42de3cd74d1d) - ## / 69
- mscordaccore.dll (5f446000de43) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Codecov 1.13.0 | 28036 | Tuesday, February 16, 2021 | Approved |
Codecov 1.12.4 | 16613 | Tuesday, January 12, 2021 | Approved |
Codecov 1.12.3 | 64770 | Monday, September 7, 2020 | Approved |
Codecov 1.12.2 | 36884 | Monday, August 17, 2020 | Approved |
Codecov 1.12.1 | 43385 | Friday, July 10, 2020 | Approved |
Codecov 1.12.0 | 13385 | Tuesday, June 23, 2020 | Approved |
Codecov 1.11.2 | 3362 | Sunday, June 21, 2020 | Approved |
Codecov 1.11.1 | 5807 | Wednesday, June 10, 2020 | Approved |
Codecov 1.11.0 | 87 | Wednesday, June 10, 2020 | Approved |
Codecov 1.10.0 | 41522 | Saturday, February 1, 2020 | Approved |
Codecov 1.9.0 | 19974 | Thursday, November 14, 2019 | Approved |
Codecov 1.8.0 | 5366 | Thursday, October 31, 2019 | Approved |
Codecov 1.7.2 | 23648 | Friday, August 16, 2019 | Approved |
Codecov 1.7.1 | 4082 | Friday, August 2, 2019 | Approved |
Codecov 1.7.0 | 1885 | Sunday, July 28, 2019 | Approved |
Codecov 1.6.1 | 3954 | Tuesday, July 16, 2019 | Approved |
Codecov 1.6.0 | 286 | Monday, July 15, 2019 | Approved |
Codecov 1.5.0 | 18700 | Sunday, May 5, 2019 | Approved |
Codecov 1.4.0 | 6819 | Sunday, April 7, 2019 | Approved |
Codecov 1.3.0 | 10612 | Thursday, February 28, 2019 | Approved |
Codecov 1.1.0 | 44338 | Monday, September 17, 2018 | Approved |
Codecov 1.0.5 | 15739 | Sunday, July 1, 2018 | Approved |
Codecov 1.0.1 | 61657 | Saturday, June 3, 2017 | Approved |
Codecov 1.0.0 | 678 | Sunday, May 28, 2017 | Approved |
Codecov 0.4.0-beta | 8461 | Monday, April 10, 2017 | Exempted |
Codecov 0.3.0-beta | 316 | Thursday, March 30, 2017 | Exempted |
Codecov 0.2.0-beta | 336 | Wednesday, March 8, 2017 | Exempted |
Copyright (c) 2017-Present Larz White, Kim J. Nordmo
1.13.0 (2021-02-16)
As part of this release we had 20 issues closed.
Bugs
- #170 Running on azure fails due to question mark not being escaped in the
build_url
parameter - #146 Execution broken with AppVeyor starting from codecov-exe v1.12.0
Features
- #172 Add support for .NET 5.0
- #135 Add new Codecov.MSBuild package providing a
Codecov
MSBuild task (Thanks to @0xced for providing this)
Improvements
This package has no dependencies.
Ground Rules:
- This discussion is only about Codecov and the Codecov 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 Codecov, 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.