Compare commits

..

4 Commits

Author SHA1 Message Date
Tony Le
be8e22b453 New commits from wrapper 2024-12-04 16:44:12 -05:00
Tony Le
bb38efb432 Versions 2024-12-04 15:59:45 -05:00
Tony Le
dab87c53a7 Test 9.1.0 release 2024-12-04 15:38:57 -05:00
Tony Le
b57ee1ff86 Test new codecov.sh file from wrapper 2024-11-20 14:11:14 -05:00
11 changed files with 53 additions and 115 deletions

View File

@@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v3.27.9 uses: github/codeql-action/init@v3.27.4
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
@@ -52,7 +52,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@v3.27.9 uses: github/codeql-action/autobuild@v3.27.4
# Command-line programs to run using the OS shell. # Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl # 📚 https://git.io/JvXDl
@@ -66,4 +66,4 @@ jobs:
# make release # make release
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.27.9 uses: github/codeql-action/analyze@v3.27.4

View File

@@ -24,7 +24,7 @@ jobs:
with: with:
fail_ci_if_error: true fail_ci_if_error: true
files: ./coverage/script/coverage-final.json files: ./coverage/script/coverage-final.json
flags: script-${{ matrix.os }} flags: script,${{ matrix.os }}
name: codecov-script name: codecov-script
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
@@ -33,7 +33,7 @@ jobs:
with: with:
fail_ci_if_error: true fail_ci_if_error: true
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json
flags: demo-${{ matrix.os }} flags: demo,${{ matrix.os }}
name: codecov-demo name: codecov-demo
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
with: with:
fail_ci_if_error: true fail_ci_if_error: true
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json
flags: version-${{ matrix.os }} flags: version,${{ matrix.os }}
name: codecov-version name: codecov-version
version: v9.1.0 version: v9.1.0
verbose: true verbose: true
@@ -65,7 +65,7 @@ jobs:
with: with:
fail_ci_if_error: true fail_ci_if_error: true
files: ./coverage/script/coverage-final.json files: ./coverage/script/coverage-final.json
flags: script-macos-latest-xlarge flags: script,macos-latest-xlarge
name: codecov-script name: codecov-script
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
@@ -74,7 +74,7 @@ jobs:
with: with:
fail_ci_if_error: true fail_ci_if_error: true
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json
flags: demo-macos-latest-xlarge flags: demo,macos-latest-xlarge
name: codecov-demo name: codecov-demo
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
@@ -82,7 +82,7 @@ jobs:
uses: ./ uses: ./
with: with:
files: ./coverage/script/coverage-final.json files: ./coverage/script/coverage-final.json
flags: script-${{ matrix.os }} flags: script,${{ matrix.os }}
name: codecov-script name: codecov-script
use_oidc: true use_oidc: true
verbose: true verbose: true
@@ -91,7 +91,7 @@ jobs:
with: with:
fail_ci_if_error: true fail_ci_if_error: true
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json
flags: version-maxos-latest-xlarge flags: version,maxos-latest-xlarge
name: codecov-version name: codecov-version
version: v9.1.0 version: v9.1.0
verbose: true verbose: true
@@ -112,7 +112,7 @@ jobs:
uses: ./ uses: ./
with: with:
files: ./coverage/script/coverage-final.json files: ./coverage/script/coverage-final.json
flags: script-${{ matrix.os }} flags: script,${{ matrix.os }}
name: codecov-script name: codecov-script
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
@@ -120,7 +120,7 @@ jobs:
uses: ./ uses: ./
with: with:
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json
flags: demo-${{ matrix.os }} flags: demo,${{ matrix.os }}
name: codecov-demo name: codecov-demo
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
@@ -128,7 +128,7 @@ jobs:
uses: ./ uses: ./
with: with:
files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json files: ./coverage/calculator/coverage-final.json,./coverage/coverage-test/coverage-final.json,./coverage/coverage-final.json
flags: version-${{ matrix.os }} flags: version,${{ matrix.os }}
name: codecov-version name: codecov-version
version: v9.1.0 version: v9.1.0
verbose: true verbose: true

View File

@@ -57,6 +57,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v3.27.9 # v1.0.26 uses: github/codeql-action/upload-sarif@v3.27.4 # v1.0.26
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@@ -1,48 +1,3 @@
## v5.1.2
### What's Changed
* fix: update statment by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1726
* fix: update action script by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1725
* fix: prevent oidc on tokenless due to permissioning by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1724
* chore(release): wrapper-0.0.31 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1723
* Put quotes around `${{ inputs.token }}` in `action.yml` by @jwodder in https://github.com/codecov/codecov-action/pull/1721
* build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1722
* Remove mistake from options table by @Acconut in https://github.com/codecov/codecov-action/pull/1718
* build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1717
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2
## v5.1.1
### What's Changed
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1
## v5.1.0
### What's Changed
* fix: hide unnecessary error on shasum by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1692
* build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 by @app/dependabot in https://github.com/codecov/codecov-action/pull/1701
* chore(release): wrapper-0.0.29 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1713
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0
## v5.0.7
### What's Changed
* fix: use HEAD_REPO by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1690
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
## v5.0.6
### What's Changed
* fix: update CODECOV_TOKEN and fix tokenless by @thomasrockhu-codecov in https://github.com/codecov/codecov-action/pull/1688
**Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
## v5.0.5 ## v5.0.5
### What's Changed ### What's Changed
* chore(release): wrapper-0.0.27 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1685 * chore(release): wrapper-0.0.27 by @app/codecov-releaser-app in https://github.com/codecov/codecov-action/pull/1685

View File

@@ -1,5 +1,5 @@
deploy: deploy:
$(eval VERSION := $(shell cat src/version)) $(eval VERSION := $(shell cat src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2))
git tag -d v5 git tag -d v5
git push origin :v5 git push origin :v5
git tag v5 git tag v5

View File

@@ -118,6 +118,7 @@ d as described here: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-f
| `exclude` | Comma-separated list of folders to exclude from search. | Optional | `exclude` | Comma-separated list of folders to exclude from search. | Optional
| `fail_ci_if_error` | On error, exit with non-zero code | Optional | `fail_ci_if_error` | On error, exit with non-zero code | Optional
| `files` | Comma-separated explicit list of files to upload. These will be added to the coverage files found for upload. If you wish to only upload the specified files, please consider using "disable-search" to disable uploading other files. | Optional | `files` | Comma-separated explicit list of files to upload. These will be added to the coverage files found for upload. If you wish to only upload the specified files, please consider using "disable-search" to disable uploading other files. | Optional
tional
| `flags` | Comma-separated list of flags to upload to group coverage metrics. | Optional | `flags` | Comma-separated list of flags to upload to group coverage metrics. | Optional
| `git_service` | Override the git_service (e.g. github_enterprise) | Optional | `git_service` | Override the git_service (e.g. github_enterprise) | Optional
| `gcov_args` | Extra arguments to pass to gcov | Optional | `gcov_args` | Extra arguments to pass to gcov | Optional

View File

@@ -157,7 +157,7 @@ runs:
- name: Action version - name: Action version
shell: bash shell: bash
run: | run: |
CC_ACTION_VERSION=$(cat ${GITHUB_ACTION_PATH}/src/version) CC_ACTION_VERSION=$(cat ${GITHUB_ACTION_PATH}/src/version | grep 'CODECOV_ACTION_VERSION=' | cut -d\" -f2)
echo -e "\033[0;32m==>\033[0m Running Action version $CC_ACTION_VERSION" echo -e "\033[0;32m==>\033[0m Running Action version $CC_ACTION_VERSION"
- name: Set safe directory - name: Set safe directory
if: ${{ inputs.disable_safe_directory != 'true' }} if: ${{ inputs.disable_safe_directory != 'true' }}
@@ -165,40 +165,18 @@ runs:
run: | run: |
git config --global --add safe.directory ${{ github.workspace }} git config --global --add safe.directory ${{ github.workspace }}
- name: Set fork
shell: bash
run: |
CC_FORK="false"
if [ -n "$GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME" ] && [ "$GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME" != "$GITHUB_REPOSITORY" ];
then
echo -e "\033[0;32m==>\033[0m Fork detected"
CC_FORK="true"
fi
echo "CC_FORK=$CC_FORK" >> "$GITHUB_ENV"
env:
GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL: ${{ github.event.pull_request.head.label }}
GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
GITHUB_REPOSITORY: ${{ github.repository }}
- name: Get and set token - name: Get and set token
shell: bash shell: bash
run: | run: |
if [ "${{ inputs.use_oidc }}" == 'true' ] && [ "$CC_FORK" != 'true' ]; if [ "${{ inputs.use_oidc }}" == 'true' ];
then then
# {"count":1984,"value":"***"} # {"count":1984,"value":"***"}
echo -e "\033[0;32m==>\033[0m Requesting OIDC token from '$ACTIONS_ID_TOKEN_REQUEST_URL'"
CC_TOKEN=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=https://codecov.io" | cut -d\" -f6) CC_TOKEN=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=https://codecov.io" | cut -d\" -f6)
echo "CC_TOKEN=$CC_TOKEN" >> "$GITHUB_ENV" echo "CC_TOKEN=$CC_TOKEN" >> "$GITHUB_ENV"
elif [ -n "${{ env.CODECOV_TOKEN }}" ];
then
echo -e "\033[0;32m==>\033[0m Token set from env"
echo "CC_TOKEN=${{ env.CODECOV_TOKEN }}" >> "$GITHUB_ENV"
else else
if [ -n "${{ inputs.token }}" ]; if [ -n ${{ inputs.token }} ];
then then
echo -e "\033[0;32m==>\033[0m Token set from input" CC_TOKEN=$(echo ${{ inputs.token }} | tr -d '\n')
CC_TOKEN=$(echo "${{ inputs.token }}" | tr -d '\n')
echo "CC_TOKEN=$CC_TOKEN" >> "$GITHUB_ENV" echo "CC_TOKEN=$CC_TOKEN" >> "$GITHUB_ENV"
fi fi
fi fi
@@ -206,9 +184,9 @@ runs:
- name: Override branch for forks - name: Override branch for forks
shell: bash shell: bash
run: | run: |
if [ -z "$CC_BRANCH" ] && [ -z "$CC_TOKEN" ] && [ "$CC_FORK" == 'true' ] if [ -z "$CC_BRANCH" ] && [ -z "$CC_TOKEN" ] && [ -n "$GITHUB_EVENT_PULL_REQUEST_REPO_FULL_NAME"] && [ "${GITHUB_EVENT_PULL_REQUEST_REPO_FULL_NAME}" != "$GITHUB_REPOSITORY" ];
then then
echo -e "\033[0;32m==>\033[0m Fork detected, setting branch to $GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL" echo -e "\033[0;32m==>\033[0m Fork detected, tokenless uploading used"
TOKENLESS="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL" TOKENLESS="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
CC_BRANCH="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL" CC_BRANCH="$GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL"
echo "TOKENLESS=$TOKENLESS" >> "$GITHUB_ENV" echo "TOKENLESS=$TOKENLESS" >> "$GITHUB_ENV"
@@ -218,7 +196,7 @@ runs:
env: env:
CC_BRANCH: ${{ inputs.override_branch }} CC_BRANCH: ${{ inputs.override_branch }}
GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL: ${{ github.event.pull_request.head.label }} GITHUB_EVENT_PULL_REQUEST_HEAD_LABEL: ${{ github.event.pull_request.head.label }}
GITHUB_EVENT_PULL_REQUEST_HEAD_REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }} GITHUB_EVENT_PULL_REQUEST_REPO_FULL_NAME: ${{ github.event.pull_request.repo.full_name }}
GITHUB_REPOSITORY: ${{ github.repository }} GITHUB_REPOSITORY: ${{ github.repository }}
- name: Override commits and pr for pull requests - name: Override commits and pr for pull requests

View File

@@ -4,7 +4,8 @@ import subprocess
def update_changelog(): def update_changelog():
with open('src/version', 'r') as f: with open('src/version', 'r') as f:
version = f.read() raw_version = f.read()
version = re.search('\"(.*)\"', raw_version).groups()[0]
changelog = [f"## v{version}"] changelog = [f"## v{version}"]
changelog.append("### What\'s Changed") changelog.append("### What\'s Changed")

49
dist/codecov.sh vendored
View File

@@ -1,12 +1,12 @@
#!/usr/bin/env bash #!/usr/bin/env bash
CC_WRAPPER_VERSION="0.0.31" CC_WRAPPER_VERSION="0.0.28"
set +u set +u
say() { say() {
echo -e "$1" echo -e "$1"
} }
exit_if_error() { exit_if_error() {
say "$r==> $1$x" say "$r==> $1$x"
if [ "$CC_FAIL_ON_ERROR" = true ]; if [ $CC_FAIL_ON_ERROR = true ];
then then
say "$r Exiting...$x" say "$r Exiting...$x"
exit 1; exit 1;
@@ -52,7 +52,6 @@ then
if [ -f "$CC_BINARY" ]; if [ -f "$CC_BINARY" ];
then then
cc_filename=$CC_BINARY cc_filename=$CC_BINARY
cc_command=$CC_BINARY
else else
exit_if_error "Could not find binary file $CC_BINARY" exit_if_error "Could not find binary file $CC_BINARY"
fi fi
@@ -60,31 +59,35 @@ else
if [ -n "$CC_OS" ]; if [ -n "$CC_OS" ];
then then
say "$g==>$x Overridden OS: $b${CC_OS}$x" say "$g==>$x Overridden OS: $b${CC_OS}$x"
export cc_os=${CC_OS}
else else
CC_OS="windows" CC_OS="linux"
family=$(uname -s | tr '[:upper:]' '[:lower:]') family=$(uname -s | tr '[:upper:]' '[:lower:]')
[[ $family == "darwin" ]] && CC_OS="macos" cc_os="windows"
[[ $family == "linux" ]] && CC_OS="linux" [[ $family == "darwin" ]] && cc_os="macos"
[[ $CC_OS == "linux" ]] && \ [[ $family == "linux" ]] && cc_os="linux"
[[ $cc_os == "linux" ]] && \
osID=$(grep -e "^ID=" /etc/os-release | cut -c4-) osID=$(grep -e "^ID=" /etc/os-release | cut -c4-)
[[ $osID == "alpine" ]] && CC_OS="alpine" [[ $osID == "alpine" ]] && cc_os="alpine"
[[ $(arch) == "aarch64" && $family == "linux" ]] && CC_OS+="-arm64" [[ $(arch) == "aarch64" && $family == "linux" ]] && cc_os+="-arm64"
say "$g==>$x Detected $b${CC_OS}$x" say "$g==>$x Detected $b${cc_os}$x"
export cc_os=${cc_os}
fi fi
export cc_version=${CC_VERSION}
cc_filename="codecov" cc_filename="codecov"
[[ $CC_OS == "windows" ]] && cc_filename+=".exe" [[ $cc_os == "windows" ]] && cc_filename+=".exe"
cc_command="./$cc_filename" export cc_filename=${cc_filename}
[[ $CC_OS == "macos" ]] && \ [[ $cc_os == "macos" ]] && \
! command -v gpg 2>&1 >/dev/null && \ ! command -v gpg 2>&1 >/dev/null && \
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
cc_url="https://cli.codecov.io" cc_url="https://cli.codecov.io"
cc_url="$cc_url/${CC_VERSION}" cc_url="$cc_url/${CC_VERSION}"
cc_url="$cc_url/${CC_OS}/${cc_filename}" cc_url="$cc_url/${cc_os}/${cc_filename}"
say "$g ->$x Downloading $b${cc_url}$x" say "$g ->$x Downloading $b${cc_url}$x"
curl -Os "$cc_url" curl -Os $cc_url
say "$g==>$x Finishing downloading $b${CC_OS}:${CC_VERSION}$x" say "$g==>$x Finishing downloading $b${cc_os}:${CC_VERSION}$x"
version_url="https://cli.codecov.io/api/${CC_OS}/${CC_VERSION}" version_url="https://cli.codecov.io/${cc_os}/${CC_VERSION}"
version=$(curl -s "$version_url" -H "Accept:application/json" | jq -r '.version') version=$(curl -s $version_url -H "Accept:application/json" | jq -r '.version')
say " Version: $b$version$x" say " Version: $b$version$x"
say " " say " "
fi fi
@@ -98,7 +101,7 @@ CC_PUBLIC_PGP_KEY=$(curl -s https://keybase.io/codecovsecurity/pgp_keys.asc)
# One-time step # One-time step
say "$g==>$x Verifying GPG signature integrity" say "$g==>$x Verifying GPG signature integrity"
sha_url="https://cli.codecov.io" sha_url="https://cli.codecov.io"
sha_url="${sha_url}/${CC_VERSION}/${CC_OS}" sha_url="${sha_url}/${cc_version}/${cc_os}"
sha_url="${sha_url}/${cc_filename}.SHA256SUM" sha_url="${sha_url}/${cc_filename}.SHA256SUM"
say "$g ->$x Downloading $b${sha_url}$x" say "$g ->$x Downloading $b${sha_url}$x"
say "$g ->$x Downloading $b${sha_url}.sig$x" say "$g ->$x Downloading $b${sha_url}.sig$x"
@@ -120,7 +123,7 @@ fi
cc_cli_args=() cc_cli_args=()
cc_cli_args+=( $(k_arg AUTO_LOAD_PARAMS_FROM) $(v_arg AUTO_LOAD_PARAMS_FROM)) cc_cli_args+=( $(k_arg AUTO_LOAD_PARAMS_FROM) $(v_arg AUTO_LOAD_PARAMS_FROM))
cc_cli_args+=( $(k_arg ENTERPRISE_URL) $(v_arg ENTERPRISE_URL)) cc_cli_args+=( $(k_arg ENTERPRISE_URL) $(v_arg ENTERPRISE_URL))
if [ -n "$CC_YML_PATH" ] if [ -n $CC_YML_PATH ]
then then
cc_cli_args+=( "--codecov-yml-path" ) cc_cli_args+=( "--codecov-yml-path" )
cc_cli_args+=( "$CC_YML_PATH" ) cc_cli_args+=( "$CC_YML_PATH" )
@@ -189,7 +192,7 @@ cc_uc_args+=( $(k_arg SWIFT_PROJECT) $(v_arg SWIFT_PROJECT))
IFS=$OLDIFS IFS=$OLDIFS
unset NODE_OPTIONS unset NODE_OPTIONS
# See https://github.com/codecov/uploader/issues/475 # See https://github.com/codecov/uploader/issues/475
chmod +x $cc_command chmod +x $cc_filename
if [ -n "$CC_TOKEN_VAR" ]; if [ -n "$CC_TOKEN_VAR" ];
then then
token="$(eval echo \$$CC_TOKEN_VAR)" token="$(eval echo \$$CC_TOKEN_VAR)"
@@ -205,8 +208,8 @@ then
token_arg+=( " -t " "$token") token_arg+=( " -t " "$token")
fi fi
say "$g==>$x Running upload-coverage" say "$g==>$x Running upload-coverage"
say " $b$cc_command $(echo "${cc_cli_args[@]}") upload-coverage$token_str $(echo "${cc_uc_args[@]}")$x" say " $b./$cc_filename $(echo "${cc_cli_args[@]}") upload-coverage$token_str $(echo "${cc_uc_args[@]}")$x"
if ! $cc_command \ if ! ./$cc_filename \
${cc_cli_args[*]} \ ${cc_cli_args[*]} \
upload-coverage \ upload-coverage \
${token_arg[*]} \ ${token_arg[*]} \

View File

@@ -1 +1 @@
5.1.2 CODECOV_ACTION_VERSION="5.0.5"