Skip to content

Commit 8c5bec2

Browse files
release: 3.2.5
1 parent e4e7582 commit 8c5bec2

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.2.5
2+
**Fixes**
3+
- #145 Create LICENSE.md
4+
- #149 fix: prefix codecov to bash vars
5+
- #160 fix: update bash ref
6+
7+
**Dependencies**
8+
- #147 chore(deps): bump minimatch and mocha
9+
- #146 chore(deps): bump json5 from 2.2.0 to 2.2.3
10+
111
## 3.2.4
212
**Fixes**
313
- #137 chore: refactor source with new commands subfolder

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codecov-circleci-orb",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Codecov CircleCI Orb",
55
"main": "index.js",
66
"devDependencies": {

src/scripts/upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chmod +x $codecov_filename
88
set - "${@}" "${PARAM_XTRA_ARGS}"
99
# alpine doesn't allow for indirect expansion
1010
./"$codecov_filename" \
11-
-Q "codecov-circleci-orb-3.2.4" \
11+
-Q "codecov-circleci-orb-3.2.5" \
1212
-t "$(eval echo \$$PARAM_TOKEN)" \
1313
-n "${PARAM_UPLOAD_NAME}" \
1414
-F "${PARAM_FLAGS}" \

0 commit comments

Comments
 (0)