Skip to content

Commit

Permalink
release: 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 23, 2023
1 parent e4e7582 commit 8c5bec2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecov-circleci-orb",
"version": "3.2.4",
"version": "3.2.5",
"description": "Codecov CircleCI Orb",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chmod +x $codecov_filename
set - "${@}" "${PARAM_XTRA_ARGS}"
# alpine doesn't allow for indirect expansion
./"$codecov_filename" \
-Q "codecov-circleci-orb-3.2.4" \
-Q "codecov-circleci-orb-3.2.5" \
-t "$(eval echo \$$PARAM_TOKEN)" \
-n "${PARAM_UPLOAD_NAME}" \
-F "${PARAM_FLAGS}" \
Expand Down

0 comments on commit 8c5bec2

Please sign in to comment.