Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b1354a

Browse filesBrowse files
chore(release): 5.0.1 (#1656)
1 parent 2e2a9c6 commit 3b1354a
Copy full SHA for 3b1354a

File tree

4 files changed

+4
-5
lines changed
Filter options

4 files changed

+4
-5
lines changed

‎VERSION

Copy file name to clipboardExpand all lines: VERSION
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎dist/codecov.sh

Copy file name to clipboardExpand all lines: dist/codecov.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
CC_WRAPPER_VERSION="0.0.23"
2+
CC_WRAPPER_VERSION="0.0.24"
33
set +u
44
say() {
55
echo -e "$1"
@@ -134,6 +134,7 @@ cc_cr_args+=( $(write_existing_args CC_PR) )
134134
cc_cr_args+=( $(write_existing_args CC_SHA) )
135135
cc_cr_args+=( $(write_existing_args CC_SLUG) )
136136
cc_du_args=()
137+
cc_du_args+=( $(write_existing_args CC_ENV) )
137138
OLDIFS=$IFS;IFS=,
138139
cc_du_args+=( $(write_existing_args CC_BRANCH) )
139140
cc_du_args+=( $(write_existing_args CC_BUILD) )
@@ -143,7 +144,6 @@ cc_du_args+=( $(write_existing_args CC_DIR) )
143144
cc_du_args+=( $(write_truthy_args CC_DISABLE_FILE_FIXES) )
144145
cc_du_args+=( $(write_truthy_args CC_DISABLE_SEARCH) )
145146
cc_du_args+=( $(write_truthy_args CC_DRY_RUN) )
146-
cc_du_args+=( $(write_existing_args CC_ENV) )
147147
if [ -n "$CC_EXCLUDES" ];
148148
then
149149
for directory in $CC_EXCLUDES; do

‎src/version

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CODECOV_ACTION_VERSION="5.0.0"
1+
CODECOV_ACTION_VERSION="5.0.1"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.