Skip to content

Commit

Permalink
Merge pull request #32 from codecov/3.3.1
Browse files Browse the repository at this point in the history
fix: remove kbx and update to 3.3.1
  • Loading branch information
thomasrockhu-codecov authored Aug 1, 2023
2 parents 51cac22 + 67ebd62 commit 8227aa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ QKWiWJQF/XopkXwkyAYpyuyRMZ77oF7nuqLFnl5VVEiRo0Fwu45erebc6ccSwYZU

# Download and verify Codecov uploader
echo "${CODECOV_PUBLIC_PGP_KEY}" | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
echo "${CODECOV_PUBLIC_PGP_KEY}" | gpg --no-default-keyring --keyring trustedkeys.kbx --import # One-time step
curl -Os "https://uploader.codecov.io/${VERSION}/${OS}/codecov"
curl -Os "https://uploader.codecov.io/${VERSION}/${OS}/codecov.SHA256SUM"
curl -Os "https://uploader.codecov.io/${VERSION}/${OS}/codecov.SHA256SUM.sig"
Expand All @@ -75,4 +74,4 @@ curl -H "Accept: application/json" "https://uploader.codecov.io/${OS}/${VERSION}
echo "-Z ${other_options}" "${@}"

# Upload coverage to Codecov
./codecov -Q "bitrise-step-3.3.0" -Z ${other_options} "${@}"
./codecov -Q "bitrise-step-3.3.1" -Z ${other_options} "${@}"

0 comments on commit 8227aa3

Please sign in to comment.