Skip to content

Commit b4a179b

Browse files
Merge pull request #143 from codecov/3.2.4
release: 3.2.4
2 parents 3243c2f + 3300e8d commit b4a179b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.2.4
2+
**Fixes**
3+
- #137 chore: refactor source with new commands subfolder
4+
- #142 fix: source pgp key in script
5+
16
## 3.2.3
27
**Fixes**
38
- #105: Bump path-parse from 1.0.6 to 1.0.7

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.3",
3+
"version": "3.2.4",
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 $filename
88
set - "${@}" "${PARAM_XTRA_ARGS}"
99
# alpine doesn't allow for indirect expansion
1010
./"$filename" \
11-
-Q "codecov-circleci-orb-3.2.3" \
11+
-Q "codecov-circleci-orb-3.2.4" \
1212
-t "$(eval echo \$$PARAM_TOKEN)" \
1313
-n "${PARAM_UPLOAD_NAME}" \
1414
-F "${PARAM_FLAGS}" \

0 commit comments

Comments
 (0)