Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: codecov/codecov-exe

1.1.1

10 Jan 13:42
063c2c0
Compare
Choose a tag to compare

As part of this release we had 4 commits which resulted in 1 issue being closed.

Bug

  • #46 -f and -e command line arguments don't accept multiple values as the docs suggest

1.1.0

12 Sep 14:14
9298abe
Compare
Choose a tag to compare

As part of this release we had 8 commits which resulted in 2 issues being closed.

Improvements

  • #42 GZip compress content for uploading
  • #39 Warn the user when a coverage file can't be found.

1.0.5

01 Jul 18:56
607fe67
Compare
Choose a tag to compare

As part of this release we had 3 commits which resulted in 2 issues being closed.

Bugs

  • #37 Codecov returns (404) Not Found
  • #36 Report uploads fails on certain branches and/or job IDs

1.0.4

17 Jun 16:50
4e13e00
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Bugs

  • #36 Report uploads fails on certain branches and/or job IDs
  • #32 Bad request (400) with non-standard branch name

1.0.3

11 Aug 19:36
Compare
Choose a tag to compare

Bug

  • (GH-26) Version 1.0.2 is freezing on appveyor.

1.0.2

07 Aug 21:01
Compare
Choose a tag to compare

Bug

#20 Upload timed out for large files.
#22 Git service fails if project located at path with spaces. ~ Dmitry Popov

Improvement

#19 Cleaned up Chocolatey package code.

1.0.1

03 Jun 18:00
Compare
Choose a tag to compare

Bug

  • #17 - Required commandline arg bug. ~ Kim J. Nordmo

1.0.0

25 May 03:01
Compare
Choose a tag to compare
  • Added support for yaml file.
  • Implemented must have CLI options.
  • Bug fixes and code clean up.
  • Added unit tests.

0.4.0-Beta

10 Apr 01:59
Compare
Choose a tag to compare
0.4.0-Beta Pre-release
Pre-release
  • Added ability to manually discover the source code files without using git. Also, fixed how git is detected.
  • Bug fixes for TeamCity service and added documentation for it. TeamCity is officially supported now.
  • Added command line option to disable including source code files in upload (network).

0.3.0-Beta

30 Mar 00:44
Compare
Choose a tag to compare
0.3.0-Beta Pre-release
Pre-release
  • Ported to .NET Core standalone app. We now support win7 (x64) and above.