Skip to content

Latest commit

 

History

History
179 lines (136 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

179 lines (136 loc) · 5.31 KB

3.2.5

Fixes

  • #145 Create LICENSE.md
  • #149 fix: prefix codecov to bash vars
  • #160 fix: update bash ref

Dependencies

  • #147 chore(deps): bump minimatch and mocha
  • #146 chore(deps): bump json5 from 2.2.0 to 2.2.3

3.2.4

Fixes

  • #137 chore: refactor source with new commands subfolder
  • #142 fix: source pgp key in script

3.2.3

Fixes

  • #105: Bump path-parse from 1.0.6 to 1.0.7
  • #126: Bump dependencies
  • #127: fix(ci): install Git
  • #130: Bump dependencies
  • #132: Disabling auto update on brew install
  • #135: ci: bump deps

3.2.2

Fixes

  • #120: fix: unset NODE_OPTIONS to prevent exit 4

3.2.0

Features

  • #117: feat: Add alpine build support

3.1.1

Fixes

  • #111 fix: xtra_args and file not being parsed properly

3.1.0

Features

  • #108 feat: Allow specifying version of Codecov uploader

3.0.0

Version 3.0.0 was a result of an unexpected deployment, but mirrors 2.0.0

2.0.0

Version 2.0.0 represents a move to the new Codecov uploader and away from the bash uploader Functionality should be roughly the same, but will follow the arguments laid out in the new uploader

1.2.5

Fixes

  • #98 chore: Add basic usage example

1.2.4

Fixes

  • #95 chore: switch to using env_var_name for token type

1.2.3

Backwards Incompatibility using_windows has been deprecated

Fixes

  • #89 Fixes issue with running bash on Windows machines

1.2.2

Fixes

  • #88 Fixes issue with Windows curling the bash script

1.2.1

Fixes

  • #87 Fix support for Windows executors

1.2.0

Features

  • #84 Allow extra parameters to be specified from the bash uploader

Fixes

  • #84 Fixes issue with parameters in #82

1.1.6

Fixes

  • #81 Update bash script with best practices
  • #82 Reduce the code in the orb to DRY

1.1.5

Fixes

  • #78 Update validation regex and add shasum flexibility

1.1.4

Features None

Fixes

  • #74 Add validation of checksums

Dependencies

  • #75 Bump y18n from 4.0.0 to 4.0.3

1.1.3

Features None

Fixes

  • #59 Fixed bash command failure due to unescaped line break

1.1.2

Features None

Fixes

  • #52 Show error message when curl fails.
  • #57 Add Codecov bash paramter

1.1.1

Features None

Fixes

  • #44 Security fixes on lodash

1.1.0

Features

  • #38 Automated orb publishing

Fixes

  • #30 Update homepage URL
  • #36 Run tests against development orb
  • #37 Publish orb based on semver commit

1.0.6

Features None

Fixes

1.0.5

Features None

Fixes

1.0.4

Features None

Fixes

1.0.3

Features

Fixes None

1.0.2

Features None

Fixes

1.0.1

This release marks the beginning of the Codecov CircleCI Orb.

The orb currently supports 5 parameters:

  1. file (Required): The filename of the report to upload
  2. conf: The filename of the configuration yaml to read (defaults to .codecov.yml)
  3. flags: A comma separated list of flags (Read more about flags)
  4. token: Codecov private token (defaults to environment variable $CODECOV_TOKEN)
  5. upload_name: Custom defined name of the upload (defaults to $CIRCLE_BUILD_NUM)

Find more documentation on the orb Read more about CircleCI Orbs