Downloads:
913,396
Downloads of v 1.4.0:
6,937
Last Update:
07 Apr 2019
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
This is not the latest version of Codecov available.
- 1
- 2
- 3
1.4.0 | Updated: 07 Apr 2019
- 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,396
Downloads of v 1.4.0:
6,937
Maintainer(s):
Software Author(s):
- Larz White
- Kim J. Nordmo
Codecov 1.4.0
This is not the latest version of Codecov available.
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 --version=1.4.0 --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'" --version="'1.4.0'" [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'" --version="'1.4.0'"
$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.4.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.4.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller codecov
{
Name = "codecov"
Version = "1.4.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'codecov':
ensure => '1.4.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 07 Apr 2019.
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: 78C72FE24EE210C332D1CE021B753675 | sha1: 3342269AB593355A6B16E2127D38FB80666395DB | sha256: F1F822748B75C5F66533EDF220BB00EA5E9085BC2FD741D43CB482619253049E | sha512: E6C08CFF392A9ACF349E1BCF3363D634B642AE716E6588D696512F8013DF381DF2CD0168A82F9321F0845FF0D241D9B8F5BD5EAF70F4476771E43F634DA4263E
MIT License
Copyright (c) 2017-2019 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.
- Serilog.Sinks.Console.dll (daabadcee171) - ## / 70
- CommandLine.dll (cb6c351ce874) - ## / 68
- Serilog.dll (e0912441471c) - ## / 68
- Serilog.Sinks.ColoredConsole.dll (e25b4c11002b) - ## / 67
- Microsoft.DiaSymReader.Native.amd64.dll (95f301012ed0) - ## / 70
- api-ms-win-core-console-l1-1-0.dll (9f3608c15c5d) - ## / 71
- api-ms-win-core-datetime-l1-1-0.dll (3b68d7ab0641) - ## / 71
- api-ms-win-core-debug-l1-1-0.dll (55574f9e80d3) - ## / 71
- api-ms-win-core-errorhandling-l1-1-0.dll (b3715112a7ca) - ## / 71
- api-ms-win-core-file-l1-1-0.dll (56de091efe46) - ## / 71
- api-ms-win-core-file-l1-2-0.dll (322d963d2a2a) - ## / 71
- api-ms-win-core-file-l2-1-0.dll (1ea267a2e628) - ## / 71
- api-ms-win-core-handle-l1-1-0.dll (8ee2de377a04) - ## / 70
- api-ms-win-core-heap-l1-1-0.dll (87a5c5475e9c) - ## / 69
- api-ms-win-core-interlocked-l1-1-0.dll (5cd00ff47316) - ## / 71
- api-ms-win-core-libraryloader-l1-1-0.dll (8e01eb923fc4) - ## / 71
- api-ms-win-core-localization-l1-2-0.dll (a07cc878ab55) - ## / 70
- api-ms-win-core-memory-l1-1-0.dll (c2e887a17875) - ## / 71
- api-ms-win-core-namedpipe-l1-1-0.dll (593fa2aa2474) - ## / 71
- api-ms-win-core-processenvironment-l1-1-0.dll (ea2972fec123) - ## / 71
- api-ms-win-core-processthreads-l1-1-0.dll (a1221836731c) - ## / 71
- api-ms-win-core-processthreads-l1-1-1.dll (fe760614903e) - ## / 71
- api-ms-win-core-profile-l1-1-0.dll (9e98b03a3ca1) - ## / 71
- api-ms-win-core-rtlsupport-l1-1-0.dll (cdc4cfebf9cb) - ## / 71
- api-ms-win-core-string-l1-1-0.dll (854db7d2085c) - ## / 68
- api-ms-win-core-synch-l1-1-0.dll (50a1542d16b4) - ## / 71
- api-ms-win-core-synch-l1-2-0.dll (59c14541107f) - ## / 71
- api-ms-win-core-sysinfo-l1-1-0.dll (8310d855398f) - ## / 71
- api-ms-win-core-timezone-l1-1-0.dll (48eb5b52227b) - ## / 71
- api-ms-win-core-util-l1-1-0.dll (a41bede183fa) - ## / 71
- api-ms-win-crt-conio-l1-1-0.dll (d5960c7356e8) - ## / 71
- api-ms-win-crt-convert-l1-1-0.dll (83678f181f46) - ## / 54
- api-ms-win-crt-environment-l1-1-0.dll (f7c6c7ea22ed) - ## / 71
- api-ms-win-crt-filesystem-l1-1-0.dll (610332203d29) - ## / 71
- api-ms-win-crt-heap-l1-1-0.dll (af47aebe065a) - ## / 71
- api-ms-win-crt-locale-l1-1-0.dll (b3b6ee98aca1) - ## / 71
- api-ms-win-crt-math-l1-1-0.dll (a25d0654deb0) - ## / 71
- api-ms-win-crt-multibyte-l1-1-0.dll (dff24441df89) - ## / 71
- api-ms-win-crt-private-l1-1-0.dll (adbb658dd1cb) - ## / 71
- api-ms-win-crt-process-l1-1-0.dll (fc50a37acc35) - ## / 71
- api-ms-win-crt-runtime-l1-1-0.dll (371a44ab9161) - ## / 71
- api-ms-win-crt-stdio-l1-1-0.dll (0189cbd84dea) - ## / 71
- api-ms-win-crt-string-l1-1-0.dll (885309eb86dc) - ## / 71
- api-ms-win-crt-time-l1-1-0.dll (00ac02d39b7b) - ## / 71
- api-ms-win-crt-utility-l1-1-0.dll (984306a3547b) - ## / 71
- ucrtbase.dll (8a91052ef261) - ## / 71
- clrcompression.dll (4ec85a2ab572) - ## / 70
- clretwrc.dll (81c9a784947a) - ## / 64
- clrjit.dll (5c485f289bf9) - ## / 66
- codecov.exe (b2a85c4060ae) - ## / 69
- coreclr.dll (3e65e46dc5ca) - ## / 70
- dbgshim.dll (8b16f76cb85e) - ## / 70
- hostfxr.dll (3cc4426a2873) - ## / 70
- hostpolicy.dll (0e3d89f3c82b) - ## / 70
- Microsoft.CSharp.dll (7f098ca3b730) - ## / 67
- Microsoft.VisualBasic.dll (fce021cc435c) - ## / 65
- Microsoft.Win32.Primitives.dll (7d2f885d8955) - ## / 65
- Microsoft.Win32.Registry.dll (426c1871ab5c) - ## / 67
- mscordaccore.dll (078f3ea8a508) - ## / 69
- mscordbi.dll (1400fd9af5de) - ## / 69
- mscorlib.dll (394ce0b531b9) - ## / 70
- mscorrc.debug.dll (7a36de990563) - ## / 65
- mscorrc.dll (def5d5bccf23) - ## / 64
- netstandard.dll (104d79abd1e3) - ## / 64
- sos.dll (93bc1d2c9603) - ## / 70
- SOS.NETCore.dll (56a504e3b126) - ## / 64
- System.AppContext.dll (9d01992ff35d) - ## / 64
- System.Buffers.dll (8f43a407e76a) - ## / 64
- System.Collections.Concurrent.dll (e62216de1da5) - ## / 63
- System.Collections.dll (751be3b1a571) - ## / 66
- System.Collections.Immutable.dll (2a040bcfc1d2) - ## / 69
- System.Collections.NonGeneric.dll (c15a6482b1a8) - ## / 64
- System.Collections.Specialized.dll (7eb23ed29cb9) - ## / 64
- System.ComponentModel.Annotations.dll (1d32a69fa3e4) - ## / 69
- System.ComponentModel.DataAnnotations.dll (973b6b0036e0) - ## / 64
- System.ComponentModel.dll (d4b2eca98e5d) - ## / 65
- System.ComponentModel.EventBasedAsync.dll (b05204043d4e) - ## / 63
- System.ComponentModel.Primitives.dll (52629f2738b0) - ## / 68
- System.ComponentModel.TypeConverter.dll (2c91739160ef) - ## / 64
- System.Configuration.dll (44a9ddfa34df) - ## / 65
- System.Console.dll (1bb7e4b2e66c) - ## / 65
- System.Core.dll (048136377a58) - ## / 64
- System.Data.Common.dll (dd3bdbb47854) - ## / 64
- System.Data.dll (4c06fb6f8166) - ## / 69
- System.Diagnostics.Contracts.dll (7ece2c34253e) - ## / 64
- System.Diagnostics.Debug.dll (394acf94e81d) - ## / 64
- System.Diagnostics.DiagnosticSource.dll (2783a1fdaba8) - ## / 64
- System.Diagnostics.FileVersionInfo.dll (9f279f28ab24) - ## / 69
- System.Diagnostics.Process.dll (dfa3998596af) - ## / 64
- System.Diagnostics.StackTrace.dll (e569103f0ed5) - ## / 65
- System.Diagnostics.TextWriterTraceListener.dll (0c0ed1963930) - ## / 63
- System.Diagnostics.Tools.dll (2b2945b25df4) - ## / 65
- System.Diagnostics.TraceSource.dll (0b07a25c4ebe) - ## / 65
- System.Diagnostics.Tracing.dll (4e34fbee2112) - ## / 65
- System.dll (7e50674fc110) - ## / 64
- System.Drawing.dll (4528509968a4) - ## / 64
- System.Drawing.Primitives.dll (b511aab81663) - ## / 69
- System.Dynamic.Runtime.dll (10119be6d7e1) - ## / 65
- System.Globalization.Calendars.dll (64f494d0ac59) - ## / 64
- System.Globalization.dll (e49b9d41786b) - ## / 64
- System.Globalization.Extensions.dll (da858004573d) - ## / 63
- System.IO.Compression.Brotli.dll (689f312ff48f) - ## / 70
- System.IO.Compression.dll (6d9ac5bb7e57) - ## / 65
- System.IO.Compression.FileSystem.dll (e691c7a71c66) - ## / 65
- System.IO.Compression.ZipFile.dll (431d415b4368) - ## / 64
- System.IO.dll (5a92985cdeab) - ## / 64
- System.IO.FileSystem.AccessControl.dll (fa03d491dc70) - ## / 65
- System.IO.FileSystem.dll (93a89d352650) - ## / 65
- System.IO.FileSystem.DriveInfo.dll (070594ddb448) - ## / 63
- System.IO.FileSystem.Primitives.dll (8d82a8a92a43) - ## / 64
- System.IO.FileSystem.Watcher.dll (4d81326b5479) - ## / 63
- System.IO.IsolatedStorage.dll (92ed818201c6) - ## / 69
- System.IO.MemoryMappedFiles.dll (5aecce6ad49f) - ## / 69
- System.IO.Pipes.AccessControl.dll (c23be560dbd5) - ## / 63
- System.IO.Pipes.dll (2e08b0ef48af) - ## / 65
- System.IO.UnmanagedMemoryStream.dll (0d7da4bca4c7) - ## / 64
- System.Linq.dll (89acd964bb74) - ## / 66
- System.Linq.Expressions.dll (6a9c897de170) - ## / 65
- System.Linq.Parallel.dll (ef54437fa88f) - ## / 64
- System.Linq.Queryable.dll (cda7de7d1c5b) - ## / 69
- System.Memory.dll (f16183b3c435) - ## / 64
- System.Net.dll (4638c61137d1) - ## / 64
- System.Net.Http.dll (b40fd3806f2a) - ## / 65
- System.Net.HttpListener.dll (86fd8d4dfd9d) - ## / 65
- System.Net.Mail.dll (cff3984a3d54) - ## / 69
- System.Net.NameResolution.dll (4c948af84f08) - ## / 69
- System.Net.NetworkInformation.dll (2447146f1aab) - ## / 70
- System.Net.Ping.dll (277181edff2f) - ## / 70
- System.Net.Primitives.dll (4048fce1ab9e) - ## / 62
- System.Net.Requests.dll (6ca98ee94b6f) - ## / 65
- System.Net.Security.dll (bb95c5b508d2) - ## / 70
- System.Net.ServicePoint.dll (8e34ee69fb40) - ## / 64
- System.Net.Sockets.dll (87a74ad256c5) - ## / 65
- System.Net.WebClient.dll (36b7bde1957c) - ## / 64
- System.Net.WebHeaderCollection.dll (0273ea9f7bed) - ## / 64
- System.Net.WebProxy.dll (3201f26627c5) - ## / 65
- System.Net.WebSockets.Client.dll (6246d4c24709) - ## / 65
- System.Net.WebSockets.dll (f2d3bb155b1a) - ## / 69
- System.Numerics.dll (a10560786dec) - ## / 69
- System.Numerics.Vectors.dll (869698a17076) - ## / 64
- System.ObjectModel.dll (eca849044c66) - ## / 65
- System.Private.CoreLib.dll (49b2dcbd8087) - ## / 68
- System.Private.DataContractSerialization.dll (cb5d26439c5d) - ## / 70
- System.Private.Uri.dll (e6afbf75922a) - ## / 67
- System.Private.Xml.dll (6459ae61de8b) - ## / 69
- System.Private.Xml.Linq.dll (76580dc8330f) - ## / 64
- System.Reflection.DispatchProxy.dll (2b53fb8b6247) - ## / 64
- System.Reflection.dll (e11dccf2bba9) - ## / 63
- System.Reflection.Emit.dll (e6eaf8a5c36a) - ## / 65
- System.Reflection.Emit.ILGeneration.dll (623e3c23b631) - ## / 63
- System.Reflection.Emit.Lightweight.dll (dc5a2ff8c8ec) - ## / 64
- System.Reflection.Extensions.dll (16bc6e91c5ff) - ## / 69
- System.Reflection.Metadata.dll (39ee1f55e9f7) - ## / 65
- System.Reflection.Primitives.dll (6b3f204d7055) - ## / 63
- System.Reflection.TypeExtensions.dll (04e19ed5cd6a) - ## / 64
- System.Resources.Reader.dll (53b04aea2cec) - ## / 63
- System.Resources.ResourceManager.dll (9c38e794f9bd) - ## / 65
- System.Resources.Writer.dll (d9c1e3e8b4ab) - ## / 65
- System.Runtime.CompilerServices.VisualC.dll (fa6516cb10ea) - ## / 65
- System.Runtime.dll (47ed8c0d9f16) - ## / 64
- System.Runtime.Extensions.dll (c19d2cb10906) - ## / 65
- System.Runtime.Handles.dll (8ec7a1e89c1a) - ## / 70
- System.Runtime.InteropServices.dll (3b604dfafd8e) - ## / 64
- System.Runtime.InteropServices.RuntimeInformation.dll (c77f9f556af2) - ## / 65
- System.Runtime.InteropServices.WindowsRuntime.dll (4228e3f9aeed) - ## / 65
- System.Runtime.Loader.dll (4b7e0024494f) - ## / 64
- System.Runtime.Numerics.dll (7c0550671a44) - ## / 64
- System.Runtime.Serialization.dll (230b00e9c494) - ## / 64
- System.Runtime.Serialization.Formatters.dll (4e501a72f423) - ## / 62
- System.Runtime.Serialization.Json.dll (5c79be63b12c) - ## / 63
- System.Runtime.Serialization.Primitives.dll (355e57da9a7c) - ## / 70
- System.Runtime.Serialization.Xml.dll (7f7c5babc4be) - ## / 65
- System.Security.AccessControl.dll (0f83378796d6) - ## / 65
- System.Security.Claims.dll (f62951cb5a7f) - ## / 64
- System.Security.Cryptography.Algorithms.dll (9c9c4ddc5b50) - ## / 68
- System.Security.Cryptography.Cng.dll (44543bf766fd) - ## / 63
- System.Security.Cryptography.Csp.dll (3584f52c332a) - ## / 62
- System.Security.Cryptography.Encoding.dll (ae06a3a47a3d) - ## / 65
- System.Security.Cryptography.OpenSsl.dll (a4bf5c37439f) - ## / 64
- System.Security.Cryptography.Primitives.dll (2c51fe4f4603) - ## / 69
- System.Security.Cryptography.X509Certificates.dll (6d78aabdd3c6) - ## / 65
- System.Security.dll (84a08f769d79) - ## / 64
- System.Security.Principal.dll (37e3dc059ea1) - ## / 65
- System.Security.Principal.Windows.dll (056adc16b43a) - ## / 66
- System.Security.SecureString.dll (078943a51840) - ## / 63
- System.ServiceModel.Web.dll (0f9835537847) - ## / 65
- System.ServiceProcess.dll (8f2647b9d791) - ## / 64
- System.Text.Encoding.dll (1909b12f4f40) - ## / 63
- System.Text.Encoding.Extensions.dll (e3efe2ef46d3) - ## / 65
- System.Text.RegularExpressions.dll (e0d49b9c3e02) - ## / 64
- System.Threading.dll (3f0ef051e094) - ## / 65
- System.Threading.Overlapped.dll (db49874cce39) - ## / 64
- System.Threading.Tasks.Dataflow.dll (7fb819ce80b6) - ## / 65
- System.Threading.Tasks.dll (83494d1c02ac) - ## / 65
- System.Threading.Tasks.Extensions.dll (b38539b22927) - ## / 65
- System.Threading.Tasks.Parallel.dll (d918a8202d70) - ## / 69
- System.Threading.Thread.dll (ec60585a9a5c) - ## / 64
- System.Threading.ThreadPool.dll (3fa7d22ce69c) - ## / 63
- System.Threading.Timer.dll (6e1877824490) - ## / 64
- System.Transactions.dll (dfb297febf73) - ## / 65
- System.Transactions.Local.dll (9685cf910e3a) - ## / 65
- System.ValueTuple.dll (31700eff1ceb) - ## / 64
- System.Web.dll (0f16ad620aec) - ## / 65
- System.Web.HttpUtility.dll (0eb0034acc38) - ## / 63
- System.Windows.dll (8514dbe95a0d) - ## / 69
- System.Xml.dll (1c9677efe533) - ## / 64
- System.Xml.Linq.dll (81fd9e16cb1f) - ## / 63
- System.Xml.ReaderWriter.dll (be63852ceebb) - ## / 65
- System.Xml.Serialization.dll (d4d00a014e60) - ## / 64
- System.Xml.XDocument.dll (5809515f6605) - ## / 69
- System.Xml.XmlDocument.dll (f8f4efc2702f) - ## / 65
- System.Xml.XmlSerializer.dll (f0c4958b8d57) - ## / 64
- System.Xml.XPath.dll (a89184fdddd6) - ## / 69
- System.Xml.XPath.XDocument.dll (ad681f36d86b) - ## / 69
- WindowsBase.dll (52927ae4bffa) - ## / 64
- codecov.1.4.0.nupkg (be8cab92c03b) - ## / 60
- Codecov.zip (f1f822748b75) - ## / 58
- codecov.dll (f1714052289c) - ## / 66
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 | 457218 | 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
All release notes for Codecov can be found on the GitHub site - https://github.com/codecov/codecov-exe/releases/tag/1.4.0
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.