Downloads:
913,384
Downloads of v 1.13.0:
457,206
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
- 1
- 2
- 3
1.13.0 | Updated: 16 Feb 2021
- 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:
913,384
Downloads of v 1.13.0:
457,206
Maintainer(s):
Software Author(s):
- Larz White
- Kim J. Nordmo
Codecov 1.13.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Larz White, Kim J. Nordmo. The inclusion of Larz White, Kim J. Nordmo trademark(s), if any, upon this webpage is solely to identify Larz White, Kim J. Nordmo goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
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:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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: (additional options)
choco download codecov --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade codecov -y --source="'INTERNAL REPO 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="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install codecov
win_chocolatey:
name: codecov
version: '1.13.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'codecov' do
action :install
source 'INTERNAL REPO URL'
version '1.13.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller codecov
{
Name = "codecov"
Version = "1.13.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'codecov':
ensure => '1.13.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 21 Nov 2024.
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.
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Codecov 1.13.0 | 457206 | Tuesday, February 16, 2021 | Approved | |
Codecov 1.12.4 | 16732 | Tuesday, January 12, 2021 | Approved | |
Codecov 1.12.3 | 64895 | Monday, September 7, 2020 | Approved | |
Codecov 1.12.2 | 36987 | Monday, August 17, 2020 | Approved | |
Codecov 1.12.1 | 43504 | Friday, July 10, 2020 | Approved | |
Codecov 1.12.0 | 13500 | Tuesday, June 23, 2020 | Approved | |
Codecov 1.11.2 | 3568 | Sunday, June 21, 2020 | Approved | |
Codecov 1.11.1 | 5919 | Wednesday, June 10, 2020 | Approved | |
Codecov 1.11.0 | 218 | Wednesday, June 10, 2020 | Approved | |
Codecov 1.10.0 | 41665 | Saturday, February 1, 2020 | Approved | |
Codecov 1.9.0 | 20079 | Thursday, November 14, 2019 | Approved | |
Codecov 1.8.0 | 5480 | Thursday, October 31, 2019 | Approved | |
Codecov 1.7.2 | 23773 | Friday, August 16, 2019 | Approved | |
Codecov 1.7.1 | 4199 | Friday, August 2, 2019 | Approved | |
Codecov 1.7.0 | 2006 | Sunday, July 28, 2019 | Approved | |
Codecov 1.6.1 | 4058 | Tuesday, July 16, 2019 | Approved | |
Codecov 1.6.0 | 402 | Monday, July 15, 2019 | Approved | |
Codecov 1.5.0 | 18802 | Sunday, May 5, 2019 | Approved | |
Codecov 1.4.0 | 6937 | Sunday, April 7, 2019 | Approved | |
Codecov 1.3.0 | 10739 | Thursday, February 28, 2019 | Approved | |
Codecov 1.1.0 | 44481 | Monday, September 17, 2018 | Approved | |
Codecov 1.0.5 | 15869 | Sunday, July 1, 2018 | Approved | |
Codecov 1.0.1 | 61772 | Saturday, June 3, 2017 | Approved | |
Codecov 1.0.0 | 795 | Sunday, May 28, 2017 | Approved | |
Codecov 0.4.0-beta | 8580 | Monday, April 10, 2017 | Exempted | |
Codecov 0.3.0-beta | 452 | Thursday, March 30, 2017 | Exempted | |
Codecov 0.2.0-beta | 469 | 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.