mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 21:17:24 +00:00
fix: bump to 0.0.34
This commit is contained in:
parent
d249a369b7
commit
0b84560a60
2 changed files with 5 additions and 2 deletions
5
dist/codecov.sh
vendored
5
dist/codecov.sh
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
CC_WRAPPER_VERSION="0.0.33"
|
CC_WRAPPER_VERSION="0.0.34"
|
||||||
set +u
|
set +u
|
||||||
say() {
|
say() {
|
||||||
echo -e "$1"
|
echo -e "$1"
|
||||||
|
|
@ -232,6 +232,9 @@ cc_run_args+=( $(k_arg SHA) $(v_arg SHA))
|
||||||
cc_run_args+=( $(write_truthy_args CC_FAIL_ON_ERROR) )
|
cc_run_args+=( $(write_truthy_args CC_FAIL_ON_ERROR) )
|
||||||
cc_run_args+=( $(k_arg GIT_SERVICE) $(v_arg GIT_SERVICE))
|
cc_run_args+=( $(k_arg GIT_SERVICE) $(v_arg GIT_SERVICE))
|
||||||
cc_run_args+=( $(k_arg SLUG) $(v_arg SLUG))
|
cc_run_args+=( $(k_arg SLUG) $(v_arg SLUG))
|
||||||
|
else
|
||||||
|
exit_if_error "Invalid run command specified: $CC_RUN_COMMAND"
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
unset NODE_OPTIONS
|
unset NODE_OPTIONS
|
||||||
# See https://github.com/codecov/uploader/issues/475
|
# See https://github.com/codecov/uploader/issues/475
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 112aab5a628482f99f6962a51b18fd47795fd969
|
Subproject commit fc1e2e73ced08ad84f9e9b67f853e3b67108eddf
|
||||||
Loading…
Reference in a new issue