Skip to content

Commit

Permalink
chore(release): wrapper-0.0.27 (#1685)
Browse files Browse the repository at this point in the history
* chore(release): wrapper-0.0.27

* fix: update dist/codecov.sh

---------

Co-authored-by: codecov-releaser <devops+releaser@codecov.io>
Co-authored-by: Tom Hu <thomas.hu@sentry.io>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent 985343d commit 7e69d37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions dist/codecov.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
CC_WRAPPER_VERSION="0.0.26"
CC_WRAPPER_VERSION="0.0.27"
set +u
say() {
echo -e "$1"
Expand Down Expand Up @@ -127,11 +127,11 @@ cc_cli_args+=( $(k_arg YML_PATH) $(v_arg YML_PATH))
cc_cli_args+=( $(write_truthy_args CC_VERBOSE) )
cc_cc_args=()
cc_cc_args+=( $(write_truthy_args CC_FAIL_ON_ERROR) )
cc_du_args+=( $(k_arg GIT_SERVICE) $(v_arg GIT_SERVICE))
cc_du_args+=( $(k_arg PARENT_SHA) $(v_arg PARENT_SHA))
cc_du_args+=( $(k_arg PR) $(v_arg PR))
cc_du_args+=( $(k_arg SHA) $(v_arg SHA))
cc_du_args+=( $(k_arg SLUG) $(v_arg SLUG))
cc_cc_args+=( $(k_arg GIT_SERVICE) $(v_arg GIT_SERVICE))
cc_cc_args+=( $(k_arg PARENT_SHA) $(v_arg PARENT_SHA))
cc_cc_args+=( $(k_arg PR) $(v_arg PR))
cc_cc_args+=( $(k_arg SHA) $(v_arg SHA))
cc_cc_args+=( $(k_arg SLUG) $(v_arg SLUG))
cc_create_report_args=()
cc_cr_args+=( $(k_arg CODE) $(v_arg CODE))
cc_cr_args+=( $(write_truthy_args CC_FAIL_ON_ERROR) )
Expand Down
2 changes: 1 addition & 1 deletion src/scripts

0 comments on commit 7e69d37

Please sign in to comment.